Targeting Firebase Auth
See original GitHub issueHey there,
I use microG
for many years now and still love it ❤️
Sadly, for me, the missing firebase auth
feature / support is a huge pain. Therefore, I decided to investigate this issue and will spend some time on it. In order to do so, I appreciate some help. I am familiar with android, building android roms and android apps, but I am not familiar with the internal of microG
.
As a result, I have some questions / requests:
- Is it possible to get an introduction to the code @mar-v-in @emlove ? Maybe we could schedule a video call and record it for further references. Perhaps there are more devs interested in joining the call?
- Ideally, we can determine the complexity of the
firebase auth
issue and define tasks to solve it.
Furthermore, I suggest making this a collecive issue for all firebase auth
related problems.
Here are some references that may be connected to a firebase auth
issue (some already have the Firebase Auth
tag):
#756
#809
#842
#951
#1013
#1162
Looking forward to hear from you!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:26 (5 by maintainers)
Top Results From Across the Web
Deploy targets | Firebase Documentation - Google
With deploy targets, the Firebase CLI can deploy settings to a specific Firebase resource or group of resources in your project, such as:....
Read more >Targeting your audience with Firebase - FiveDotTwelve
Targeting your audience with Firebase can become profitable for you. You can create special notifications for the users in your mobile app ...
Read more >Targeting Firebase Auth · Issue #1198 · microg/GmsCore
Using a phone with GApps: if I go to the login screen and press the email button, the following activity appears, showing the...
Read more >Firebase Authentication is not working on Android 12 ...
Firebase Authentication is not working on Android 12, Targeting S+ requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE.
Read more >Google Firebase Cloud Messaging Tutorial - MagicBell
... to get started with Firebase Cloud Messaging, including targeting, ... An Apple Push Notification Authentication Key for Apple developer ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Initial support for Firebase Auth has landed in c3bfb63f27c116d21ba7b2b87629e36573d4a59e It currently supports
Yes, that matches my observation that at least most of Firebase Auth should work fine without any special headers. Firebase Auth is based on the Google Identity Toolkit RelyingParty API which has partially public API description and open source client libraries. I’m actually in the process of implementing Firebase Auth these days.