Hello Everyone ,
I’m using Niotron to construct an app right now, however I’ve run into some problems integrating Firebase Authentication. I’ve gone through a number of tutorials and the material, but I’m still having problems, so I could really need some professional advice.
I’ve completed the following thus far:
Configuring the Firebase Project:
- In the Firebase Console, a new project was created.
- In the Authentication section, enabled email/password authentication.
- created the google-services.json file & added it to Niotron’s Assets folder.
Niotron Setup:
- I updated my project with the Firebase Authentication component.
- Firebase URL and API Key were configured in the attributes of the Firebase Authentication component.
Blocks for Implementation:
- A login screen featuring email and password input fields was created.
- Added “Sign Up” & “Login” buttons.
- blocks for adding new users and logging in to existing users were implemented.
In spite of my efforts, I’m running into the following problems:
- Error Creating User: “Error creating user: Your email address is incorrectly formed” appears when I attempt to create a new user.
- Sign-In Failed: Upon trying to log in, I receive a generalised notification that says “Sign-in failed” with no particulars.
I would be grateful for any advice regarding the following matters:
- The right configuration procedures in Niotron for Firebase authentication.
- Any further options or a specific block arrangement that I may be missing?
- Best practices for handling errors and troubleshooting Niotron to find the root of the issue.
I also followed this https://community.niotron.com/t/how-to-create-mlops-login-system-using-firebase-authentication/8105
Any advice or insights which can get me over these obstacles are much appreciated. Your help is much appreciated as I use Niotron to study and grow more.
Thank you in advance.