robingenz / capacitor-firebase-authentication-demo

⚡️ Simple Ionic Angular app to demonstrate the use of the Capacitor Firebase Authentication plugin.
MIT License
26 stars 12 forks source link

User information not registered in firebase authentication list #223

Closed ebadi closed 11 months ago

ebadi commented 11 months ago

Thanks for the great work on this project, this is not a bug/issue but a question.

Currently I am investigate adding the mobile version to my side project chedoku. When a user logs in using google credential to the web app, the user identifier (email) is automatically registered in the "Authentication" user list and I can use firebase realtime database.

I added the app to the same project but user identifier that I just used to log in the mobile is not registered and listed here!!

Screenshot from 2023-10-07 11-00-00

What am I doing wrong?

robingenz commented 11 months ago

If the login was successful, then the user is automatically added by Firebase. This works in my Firebase project without problems. If this does not work for you, then I recommend you to contact the Firebase support. For this reason i am closing this issue.