store files in the Firebase Storage. create and host a web app with Firebase Hosting.
Read moreIs Firebase used for authentication?
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 moreHow do I get Firebase authentication token?
Do the following in your web or mobile app:
Read moreHow do I use Firebase authentication with Golang?
Use a firebase package in your front end. Login the user with the package and user email/password. Then you will be provided with the token, which then you set to your API request header. Create a login API in your go server, validate the user, and then create tokens with the firebase auth.17 Ağu 2020
Read more