Expose Firebase App and Firestore database to public#3
Expose Firebase App and Firestore database to public#3ibilux wants to merge 6 commits intoProteanSoftware:mainfrom
Conversation
|
This will work fine for the web implementation but the Android and iOS implementations will return JSON objects that match the serializable properties of the Swift/Java objects. What's the extra work that is needed? Probably we should add more methods to the implementation? |
|
The Firebase App and Firestore database are need for the Firebase packages (like |
|
What I mean is that the App and Firestore are classes. i.e. Firestore is often cast to |
|
@AshleyMedway The Capacitor Android Plugin Guide indicate that the |
|
Yeah I think how they’ve done it might be the way, return the config and create the same objects in the web, however, the general idea for this plugin is to remove the need for the web versions all together due to their flaky-ness particularly on iOS |
The Firebase App and Firestore database are/maybe needed for some other work.
It's better to expose Firebase App and Firestore database to public.