Quote:
Originally Posted by Adam8234
Please double check that you have
Code:
apply plugin: 'com.google.gms.google-services'
At the bottom of the app build.gradle file and that you have two google-services.json for both the '.development' build and the release build.
To get timely fixes and help, we suggest that you fill out an issue on our GitHub page next time.
https://github.com/frc2052/FRC-Krawler/issues
|
It bothers me that the new firebase stuff
requires that those files be present or it won't even initialize the library (I'd rather it fail softer). That was a pain to sort out after the TBA for Android CI builds stopped working... I eventually
made it fail softly on its own.
@OP - if you aren't sure where to get the google-service.json file, you'll need to
create a Firebase project and configure it to work with your build keys.
This page should be able to help.