question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Targeting Firebase Auth

See original GitHub issue

Hey 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:closed
  • Created 3 years ago
  • Reactions:6
  • Comments:26 (5 by maintainers)

github_iconTop GitHub Comments

11reactions
mar-v-incommented, Oct 13, 2020

Initial support for Firebase Auth has landed in c3bfb63f27c116d21ba7b2b87629e36573d4a59e It currently supports

  • Anonymous login
  • Email/Password login
  • Phone login
  • Custom-Token login
10reactions
mar-v-incommented, Sep 30, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found