strvcom / ios-chat-component

Chat modular library
MIT License
1 stars 1 forks source link

Use existing FirebaseApp instance if present #65

Closed danpecher closed 3 years ago

danpecher commented 3 years ago

PR solves this problem: If user is already authenticated using an existing FirebaseApp instance from the parent app, creating a new instance from chat component will result in authentication failure when doing Firestore requests.