I’m trying the Firebase Authentication with google login, but it doesn’t work.
It opens the familiar browser window, but it remains white for >10 seconds. Then I can choose my account, it’s loading for a few seconds again and then it closes. These waiting times are not normal and I am not logged in. In other browsers the window always remains empty or is closed immediately.
I added the apiKey to GD
I have activated the “Sign-in method” in Firebase
I host it on itchio
Remote Config and Cloud works
__
“You can set basic user data, and get it back later. This user data can be the email, password, phone number, display name, photo url, etc.”
“Firebase provides you a handy user ID that links your user to his data. Everything related to this user should be stored with this ID” ~wiki
There is no “Set phone number” action and no “Get” actions or expressions. How do I get the saved display name, ID, etc.?
It seems you have not authorized the domain from which your game is hosted to authenticate. Always make sure to check all callback variables to be aware of any error.
Did you update the game on itch? I still get the same error message. Where is this one coming from? Also, by seeing your prior edits, it seems you misunderstood how to authorize a website, this happens on the console not on the firebase configuration.