#Authenticate with Firebase Google Redirect
8 messages · Page 1 of 1 (latest)
This is happening with me too. Can any of the devs comments on what to do with the Safari webview?
Use https://github.com/FabianLars/tauri-plugin-oauth to handle the sign-in. You can find an implementation for Firebase in https://github.com/igorjacauna/tauri-firebase-login.
@junior wyvern Thanks. Will try this one out.
Will pass a shameless plug if you want to use Supabase (postgres sql alternative). I just got google/github oauth working with it and magic link.
It also uses tauri plugin oauth and happy to help you on the firebase setup there if you have q's
we do google oauth with the tauri-plugin-oauth as well. pretty straight forward to set up
@covert mulch