Hi, I am trying to create a signup page and login page using firebase auth. I have the sign-up part working and it's linked to a web app in firebase and the users are populating. I am having trouble figuring how the next steps in order to get the login part working. If anyone has any experience with this please help me out or if there are some resources that could help that would be great. So far I looked through the provided documentation but haven't found a solution. Thanks!
Hello @Jay07,
- Verify Firebase Configuration: Confirm that the correct API Key has been accurately copied into your setup.
- Enable Email/Password Authentication: Ensure that Email/Password is activated as the authentication method in the Firebase console.
- Configure Retool Query: Set up a REST API query in Retool to interact with Firebase's login endpoint.
For additional details, consider referring to the Retool documentation and community forum available at: Firebase query tutorial | Retool Docs
Sign In existing users with Raw Mode and Firebase Authentication - #2 by victoria
2 Likes
Thanks so much for the help. I managed to get the login working and followed the tutorial for custom authentication up to step 5. But now I am having trouble with exporting variables/getting access to those variables—the information about the user is stored in the http2 body. Any suggestions?