ebhsgit commented on pull request #1311:
URL: https://github.com/apache/cordova-android/pull/1311#issuecomment-915651575
@PieterVanPoyer No problems
Below is the key snippet that this PR would enable
```
<platform name="android">
// Other stuff
<preference name="FIREBASE_BOM" default="28.3.0" />
<framework
src="platform('com.google.firebase:firebase-bom:$FIREBASE_BOM')" />
<framework src="com.google.firebase:firebase-auth" />
<framework src="com.google.firebase:firebase-firestore"/>
<framework src="com.google.firebase:firebase-messaging"/>
// Other stuff
</platform>
```
I've attached an example plugin.xml which enables firebase dependencies
using BoM
[plugin.zip](https://github.com/apache/cordova-android/files/7132376/plugin.zip)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]