Firebase authentication in desktop application

230

If you're on a platform for which no Firebase Authentication SDK is available, you can call its REST APIs instead. This can be done from any platform that can call HTTP endpoints, including Flutter.

Share:
230
Rohit Singh
Author by

Rohit Singh

Updated on January 03, 2023

Comments

  • Rohit Singh
    Rohit Singh over 1 year

    After the announcement of Flutter v2.10, I start working on my desktop application and I want to implement firebase authentication but unfortunately, firebase_auth packages don't support desktop till now so is there any way to authenticate the user with firebase in a desktop application.

    Since we have desktop support so I planning to authenticate on the web and after authentication redirect again on the desktop application but I don't know how this works anyone has any idea about this or any other way?

  • Rohit Singh
    Rohit Singh about 2 years
    Ok, thanks I surely check that.