REST Implementation in Firebase Auth for Windows #17083
Unanswered
ciceromsjr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I discovered that the Windows version uses the Firebase C++ SDK for authentication, and this SDK communicates via gRPC.
The problem is that the network is blocking this communication. Initially, this only happened on corporate networks, but now it is also occurring with many ISPs in my region.
It would be very interesting if, just like the Web platform support, the Windows version allowed authentication via REST, which works correctly on any network.
All other Firebase libraries work fine.
Or is it possible to use the official Firebase libraries with an alternative authentication method?
Beta Was this translation helpful? Give feedback.
All reactions