Hello guys, I come to ask for help on FB authentication, since I put this component on screen 1 of my project, it can’t compile, when I remove the authentication, yes it compiles, please help me!
explain correctly i not understand what you trying to explaining ?
I can’t use auth in my project because it doesn’t compile, I already changed the json file
Rogerio_Rios
(Professional Support)
February 28, 2021, 1:44pm
#5
Show us your screen error.
And Read :
Just awarded you your Tutorial Writer badge.
Thank you every one.
The error has solved. I delete the current SHA1 key and export the app after deleting Firebase Authentication component. Then I download the app and refresh the page.
Then the new SHA1 key is generated. I used new key and generate the new .json file and then I upload it.
After doing all of this, finally it worked.
Have you added the SHA-1 certificate to the firebase?
Go to your Google Play console > App Signing certificate > copy it
Go to your firebase account > project settings > (Here you should already add your app and upload google-services.joson to Kodular) > project info and add fingerprint > paste the signing certificate from google play console.
Besides, I noticed that you didn’t set up the clock component the right way.
The porose for the clock here is when you have private rules, the clock…
Can’t compile app with firebase authentication.
[image]
https://community.kodular.io/search?context=topic&context_id=48767&q=Firebase%20error&skip_context=true
Boban
(Boban Stojmenovic)
February 28, 2021, 5:22pm
#6
This has been happening lately
To be honest I have no knowledge of Firebase.
But by looking at one of the json files that were lying around here on my PC, I saw that one line was missing in both cases
"firebase_url": "https://your-projekt-id.firebaseio.com",
if it is the right/correct one I have no idea…
"project_info": {
"project_number": "123456789",
"firebase_url": "https://your-projekt-id.firebaseio.com",
"project_id": "your-projekt-id",
"storage_bucket": "your-projekt-id.appspot.com"
this is the screen that appears when I try to compile with FB auth
Click on the view log, screenshot it and send us