The OAuth2 for Firebase Spark.
To create your Custom Auth, follow these steps:
-
Create the following files:
auth.html
apps.html
login.html
register.html
firebase-config.js
-
Ensure your Firebase Project is added to use credentials.
-
After completing the setup for Firebase Auth, check that your HTML files and modules are imported correctly.
-
After completing the setup for Firebase Realtime Database, place your project credentials in
firebase-config.js
. If you don't see the credentials, go to Firebase Console > Project Settings > Service Accounts > Firebase Admin SDK. -
Have fun with the code!
Be Careful of the Account Credentials, If you Use Password on the Custom Auth is not Safe.
Make sure to configure and link these files properly to ensure a seamless authentication experience.