You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Firebase auth in conjunction with our own OIDC backend and this works somewhat ok with the firebase_auth package on Android and iOS. We are looking into this package now because our requirements changed and we need a Windows application for our users too.
I've tried implementing this myself by extending from ProviderArgs, but I can't get it to work.
I'd love to know what I'm doing wrong here. The callback url I get back from Firebase directs me to a page saying the following:
Unable to process request due to missing initial state. This may happen if browser sessionStorage is inaccessible or accidentally cleared. Some specific scenarios are - 1) Using IDP-Initiated SAML SSO. 2) Using signInWithRedirect in a storage-partitioned browser environment.
Any feedback would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
We use Firebase auth in conjunction with our own OIDC backend and this works somewhat ok with the firebase_auth package on Android and iOS. We are looking into this package now because our requirements changed and we need a Windows application for our users too.
I've tried implementing this myself by extending from ProviderArgs, but I can't get it to work.
I'd love to know what I'm doing wrong here. The callback url I get back from Firebase directs me to a page saying the following:
Any feedback would be greatly appreciated!
The text was updated successfully, but these errors were encountered: