How can use Firebase Plugins in IOS Share Extensions with Flutter view? #17407
Unanswered
thaidmfinnick
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You can use a "Shared Keychain". Firebase provides official support for sharing the authentication state with other apps on Apple devices using a shared keychain. Here:- firebase shared keychian Lastly, you have to configure the extension to use Firebase using the copy of |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using IOS Share Extensions follow this guideline: https://docs.flutter.dev/platform-integration/ios/app-extensions
About UI it works great, but I wonder how can share Firebase plugins configuration between extension and main app. For example, I am logged in using FirebaseAuth in main app, if I open Share Extension, I will be logged in too. I have not found a official documentation about this (between main app and extension).
Does anyone meet these cases? And can we achieve that?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions