mic345
mic345
### Describe the Enhancement: Is it possible to add bitnami wordpress stack to the supported stacks list? https://bitnami.com/stack/wordpress/virtual-machine https://app.vagrantup.com/bento ### Describe the Need: AWS Lightsail uses bitnami as the standard...
**Describe the bug** Starting an angular vanilla project with firebase-analytics throws a `initializeFirebase is not a function` error. Note that Firebase itself does work (the default events), as can be...
In short this pull request includes: 1. Support multiple plugins in the same project 2. Some refactoring on the web plugin to simplify the code and prepare for code reuse...
**Describe the bug** Web version getter methods return different type (e.g. `Promise`) than native versions (e.g. `Promise`). **To Reproduce** 1. Call `FirebaseRemoteConfig.getString` on web version => returns `Promise` 2. Call...
In short this pull request includes: 1. A fix for #9 and #10 2. A fix for #13 3. A fix for #16 4. Fix for #1 5. Fix for...
**Describe the bug** Calling `FirebaseRemoteConfig.activate()` throws `Error: x.activate is not a function on iOS`. **To Reproduce** 1. Start an iOS project 2. Call `FirebaseRemoteConfig.activate()` 3. Bug: `Error: x.activate is not...
**Describe the bug** The plugin [Pod file](https://github.com/capacitor-community/firebase-remote-config/blob/master/ios/Podfile) does not include a version number for Firebase pods, causing the plugin to stop working whenever Firebase release a breaking changes version. See...
**Describe the bug** Using both `firebase-remote-config` and `firebase-analytics` on the same project throws core.js:4197 ERROR Error: Uncaught (in promise): Firebase app already exists. This happens due to both modules require...