[AC-4566] google-services.json
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Resolved |
| Resolution | Not Our Bug |
| Resolution Date | 2016-10-18T08:14:31.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Rainer Schleevoigt |
| Assignee | Shak Hossain |
| Created | 2016-10-18T08:08:06.000+0000 |
| Updated | 2020-02-04T05:23:09.000+0000 |
Description
1.
Firebase will controlled by google-services.json. In documentation: https://firebase.google.com/docs/android/setup The file must live in app/ folder . If I place the file into platform/android then google-services.json is landing in app/src/main.
2. Firebase aspects as last line in gradle:
apply plugin: 'com.google.gms.google-services'
How can I achieve?
https://developers.google.com/android/guides/google-services-plugin
This is no bug or feature request. You need to include the jar from the gradle in your module, same for the json file. See ti.map for a similar implementation
Thanks I will look into. Ti.Map uses googel-services.json too? In my thoughts a lot of entries in manifest was the way to configure the service.
This is a feature request to support
google-services.json. In Firebase this JSOn will parsed by a gradle plugin (in last line). The plugin generates entries in XML inside res folder. The (not open) classes access there attributes.Handled via https://github.com/appcelerator/titanium_mobile/pull/11461