firebase-kotlin-sdk icon indicating copy to clipboard operation
firebase-kotlin-sdk copied to clipboard

Firebase.initialize(Application(), options)

Open mustafaammarabdulsattar1 opened this issue 8 months ago • 0 comments
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???