All Questions
2 questions
0
votes
0
answers
29
views
Firebase Authentication incorrectly invalidating tokens generated with signInWithEmailAndPassword
I am developing a system, and I'm currently handling the authentication of users. Here, I'd like users to sign in with their email and password using Firebase. Using the user credentials generated ...
2
votes
0
answers
126
views
Firebase: log in / sign up via GitHub
I want to allow user to sign in to my web app via GitHub using Firebase.
I create a new auth using this code in my python server:
python
users = [
auth.ImportUserRecord(
uid=...