You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add workflow to update Firebase C++ SDK deps when iOS SDK release is published (#8654)
Whenever a release is published (except for CocoaPods-* releases), trigger the C++ SDK to do an iOS dependency update, pulling latest deps from public Cocoapods HEAD.
It requests a token that has access to firebase-cpp-sdk and uses that token to trigger the C++ update-dependencies workflow.
(Android equivalent is here: firebase/firebase-android-sdk#2977)
0 commit comments