firebase / firebase/firebase-ios-sdk
FR:app share extension share firestore data with container app in ios
Open
api: firestore
extensions
type: feature request
- Dominant language
- C++
- Stars
- 6.7k
- Forks
- 1.8k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 72
Description
### Feature proposal
* Firebase Component: Firestore
I have a container app use firestore store data, and I want my app share extension read data from firestore when client is offline
I read the both firebase and apple doc carefully and find this api [appGroupID](https://firebase.google.com/docs/reference/swift/firebasecore/api/reference/Classes/FirebaseOptions#/c:objc(cs)FIROptions(py)appGroupID). so I try config appGroupID in `FirebaseApp.configure()`. but still failed.
Is there a way to achieve it? This problem has been bothering me for several days
Contributor guide
Assessment
This issue has not been assessed yet.