Is it possible to use the firebase cocoapods from within a share extension to check the current logged in user and make an upload to firebase storage?
It all works from the main app just trying to make this possible from an extension as well?
Is it possible to use the firebase cocoapods from within a share extension to check the current logged in user and make an upload to firebase storage?
It all works from the main app just trying to make this possible from an extension as well?
I believe so--I got Firebase working in a keyboard extension, so I assume if you set app entitlements properly (sharing the keychain, which allows auth to work), it should Just Work™.
It is possible, I have a share extension working with firebase storage. Unfortunately I haven't been able to get the database working with extensions. I think this might be because some API's don't work in extensions and maybe the one that deals with firebase database isn't availible.