Skip to content
This repository has been archived by the owner. It is now read-only.

feat: implement skipNativeAuth config option #48

Closed
robingenz opened this issue Jul 25, 2021 · 0 comments · Fixed by #54
Closed

feat: implement skipNativeAuth config option #48

robingenz opened this issue Jul 25, 2021 · 0 comments · Fixed by #54
Labels
feature Feature
Milestone

Comments

@robingenz
Copy link
Owner

Is your feature request related to a problem? Please describe:

It is currently not possible to use the Firebase JS SDK to sign in to Apple. (see #41 (comment)).
One the one hand, for apple.com, the rawNonce (see here) must also be passed when signing in.
On the other hand, this rawNonce can only be used once.
A parallel login on native level and web level is therefore not possible.

Describe the solution you'd like:

Add a configuration option to skip authentication at the native layer (See #47 for more information).

{
  "plugins": {
    "FirebaseAuthentication": {
      "skipNativeAuth": false
    }
  }
}

Default value: false

Describe alternatives you've considered:

Currently, I am not aware of any alternative options. Any ideas are welcome.

Additional context:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant