Firebase Components Makes "Error"

hello everyone,

I add firebase authentication, but when I build APK, makes “Something went wrong!” says.
how i can solve this problem???

Have you uploaded to assets google-services.json ?

And if yes check for missing firebase url in json

1 Like

yes yes, i go to firebase and I download json file. After i upload json file to assets. but its makes error.
???

Make sure it doesn’t have a number, like google-services(1).json. Also the package name of your app, and the package name you provided to firebase to download “google-services.json” MUST be the same and finally check if firebase url is missing from json

1 Like

Yes I upload “goolge-services.json” but its makes error.Wrong

And when i click the “view log” button, its go another page and makes error

ERROR MESSAGE:

Wrong2

Post a screenshot of your assets please

What package name have you entered in firebase and what is the package name you have entered in kodular ? are they same ?

1 Like

They should be same

image

@Tekwizer already mentioned that :slight_smile:

1 Like

OK! I don’t wrote the package name on Kodular!!! :grin: :grin: :grin: :grin: :grin:
Thank you!!

a

1 Like

Told you so :slight_smile:

is it solved

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.