Would be amazing if FF could allow us to set the desired scopes for Google OAuth in the editor.
I literally have to implement a whole work around with Auth0 thats good enough for an MVP, however would love a more direct Firebase Auth approach.
I tried manually doing a custom action with the google oauth dart library to no avail.
Is there any way to access the Google Provider through a custom action in order to update the scope?
TIA