Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Change google-services.json and GoogleService-Info.plist of example #859

Merged
merged 8 commits into from
Nov 8, 2018

Conversation

bparrishMines
Copy link
Contributor

No description provided.

Copy link
Contributor

@kroikie kroikie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you are changing the project for the Android example, you should do the same for the iOS example.

@mehmetf
Copy link
Contributor

mehmetf commented Oct 17, 2018

Does firebase_auth need to be changed to follow suit? It depends on this plugin.

@kroikie
Copy link
Contributor

kroikie commented Oct 17, 2018

This is mainly a change to the example, the plugin itself should not be affected. We may want to do a similar change to the firebase_auth example plugin if we have issues with the Firebase project that example uses.

@@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.2.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rest of the plugins are at 3.2.0 and we try to keep them at the same version. So I think 3.2.0 will be the version until we update them all again. Same for the suggestion below.

@@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.2.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'

@mehmetf
Copy link
Contributor

mehmetf commented Oct 18, 2018

Any blockers for this?

@bparrishMines
Copy link
Contributor Author

@mehmetf Yes, I'm trying to update the iOS plist too, but I'm running into errors.

@bparrishMines bparrishMines changed the title Update gradle and google-services.json Change google-services.json and GoogleService-Info.plist of example Oct 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
5 participants