-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Firebase Installations: Instance ID now uses FIS under the hood. #3398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
commit b036c34 Merge: 8efea87 ee174c1 Author: Maksym Malyhin <[email protected]> Date: Fri Jun 7 14:39:29 2019 -0400 Merge branch 'mm/fis-master' into mm/fid-fid commit 8efea87 Author: Maksym Malyhin <[email protected]> Date: Fri Jun 7 14:24:43 2019 -0400 Run ./scripts/style.sh commit f44f475 Author: Maksym Malyhin <[email protected]> Date: Fri Jun 7 14:21:21 2019 -0400 FIRInstallationsTests update to mock installationsIDController commit 0d3b761 Author: Maksym Malyhin <[email protected]> Date: Fri Jun 7 11:59:13 2019 -0400 FID 22 chars long. commit 84feb3e Author: Maksym Malyhin <[email protected]> Date: Fri Jun 7 11:40:08 2019 -0400 FirebaseIDController tests commit 5b4d866 Author: Maksym Malyhin <[email protected]> Date: Fri Jun 7 10:47:21 2019 -0400 FIRInstallationsIDController draft commit 52b5caf Author: Maksym Malyhin <[email protected]> Date: Thu Jun 6 16:19:16 2019 -0400 [WIP] FID commit aad6d17 Author: Maksym Malyhin <[email protected]> Date: Thu Jun 6 15:47:22 2019 -0400 23 chars long FID commit 9bb7ed3 Author: Maksym Malyhin <[email protected]> Date: Thu Jun 6 15:44:35 2019 -0400 Generate 22 chars FID
scripts/pod_lib_lint.rb
Outdated
@@ -42,13 +48,28 @@ def main(args) | |||
|
|||
command = %w(bundle exec pod lib lint --sources=https://cdn.cocoapods.org/) | |||
|
|||
# Split arguments that need to be processed by the script itself and passed | |||
# to the pod command. | |||
script_args = {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wilhuff I invited you to provide the feedback on the pod_lib_lint.rb
and .travis.yaml
changes.
Run |
The Firebase.xcodeproj is broken. I'm hoping to delete this soon, so we could try to accelerate that if it's hard to fix. |
@@ -15,15 +15,18 @@ | |||
*/ | |||
|
|||
#import "FIRInstanceID+Private.h" | |||
#import "FIRInstanceID_Private.h" | |||
|
|||
#import <FirebaseInstallations/FirebaseInstallations.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this header go on top of all the headers of IID?
./scripts/pod_lib_lint.rb.
: a parameter--ignore-local-specs
to accommodate FirebaseInstallations tests requiring a particular version of FirebaseInstanceID