-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Milestone
Description
The documentation states that the signInSuccessUrl is only required as follows.
signInSuccessUrl: The URL where to redirect the user after a successful sign-in. Required when the signInSuccess callback is not used or when it returns true.
However this is not the case. Currently by having the signInSuccess callback return false you can ignore the signInSuccessUrl, but it it still required otherwise the following error will be thrown and the signInSuccess function will not be called.
firebase-auth.js:48 Uncaught Error: Configuration signInSuccessUrl is required.
Reactions are currently unavailable