-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Found item String/google_app_id #1660
Comments
@Mystearica where is the other |
@macdonst its coming from firebase plugin. Im using ionic2. |
@Mystearica why do you need to use the Firebase plugin? |
@macdonst well Ionic 2 documentation says that you need that plugin in order to use firebase in your proyect. |
@Mystearica link to docs please? |
@Mystearica right, well that is an incompatibility between the plugins. It will be solved in the 2.0.0 of this plugin but let me see if there is a way to work around it. |
@macdonst Thank you! I really need to solve this problem, I hope there is any work around. |
Note for myself. Use edit-config instead. |
Related note: |
Nope, if there is no
It'll have to wait for the 2.0 release. |
In release 2.0.0 there will be no adding of 'google_app_id' in the strings.xml file. The inclusion of the Google Services file will be done with |
@macdonst Any idea when this issue would be fixed / ETA on |
@aswinramakrish |
Yeah, folks can start using the release candidates.
is the latest. |
This thread has been automatically locked. |
Expected Behaviour
Should compile the app correctly
Actual Behaviour
The app is not compiling because of this error: Found item String/google_app_id more than one time
Cordova CLI version and cordova platform version
Ionic 2.2.1
Plugin version
1.10.0
Sample Code that illustrates the problem
In the strings.xml (Android platform) when I use ionic run android, it generates another string with the same id.
I changed the numbers to XXXXXX
Logs taken while reproducing problem
Error: Found item String/google_app_id more than one time
The text was updated successfully, but these errors were encountered: