Your React application is published on GitHub pages and if you want to verify it just go to the settings tab of your application in your Github repository and scroll down.
Read moreCan firebase authentication be hacked?
Short Answer : Yes, But it will be hard than a website .
Read moreWhat is the advantage of using firebase authentication?
Knowing a user’s identity allows an app to securely save user data in the cloud and provide the same personalized experience across all of the user’s devices. Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app .
Read moreHow do I know if my Firebase token is valid?
Verify ID tokens using the Firebase Admin SDK If the provided ID token has the correct format, is not expired, and is properly signed, the method returns the decoded ID token . You can grab the uid of the user or device from the decoded token.
Read moreHow do you check if a user is authenticated in Firebase?
“firebase auth check if user is logged in” Code Answer
Read moreIs Firebase authenticated?
Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app . It supports authentication using passwords, phone numbers, popular federated identity providers like Google, Facebook and Twitter, and more.
Read moreWhere do I find Firebase authentication?
Get Started with Firebase Authentication on Websites
Read more