Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/outsystems/cordova-outsystems-firebase-core
https://github.com/outsystems/cordova-outsystems-firebase-core
engineering snyk-mobile
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/outsystems/cordova-outsystems-firebase-core
- Owner: OutSystems
- License: mit
- Created: 2021-05-31T08:29:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T15:10:38.000Z (over 1 year ago)
- Last Synced: 2024-04-14T10:11:26.432Z (9 months ago)
- Topics: engineering, snyk-mobile
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 7
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cordova OutSystems Firebase Core
###### Powered by
![OutSystems][oslogo-image][oslogo-image]:https://www.outsystems.com/-/media/themes/outsystems/website/site-theme/imgs/logo.svg
Main dependency for all OutSystems Firebase plugins, that handles the Google Firebase configurations files for iOS and Android.
## How to use it
#### Add the plugin dependency
The Firebase Core plugin must be added as a dependency in the plugin.xml as shown below:
``````
Please, always check if there is a newer tag version available, and update it accordingly.#### Remove the resource files
Both iOS & Android resource files must be REMOVED from plugin.xml, because the Core plugin will import these files already. That being said, remove the lines below from your plugin.xml:
```
```## Notes
The configuration files will be imported by the Firebase Core plugin's hook, and there will be no need to have multiple configuration files for different Firebase components anymore.