firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
Firebase.initialize(Application(), options)
trafficstars
First Thank you for this Api,
And my question that i get some problem that if you build desktop project with gitlive and build the realse app you will get error becouse of this line in fun main() :
Firebase.initialize(Application(), options)
becouse of Application() come from android
and if i but it null i will get error to ,
how can i fix it pls???