Skip to content

Commit 0097dc0

Browse files
authored
Merge pull request #129 from firebase/update-to-firebase-cpp-12.0.0
Update to Firebase C++ SDK 12.0.0. Update Auth testapp to remove breaking changes. Update Cocoapods, iOS versions, and Android OS versions.
2 parents 01e7aea + a1028f4 commit 0097dc0

File tree

94 files changed

+422
-2654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+422
-2654
lines changed

.github/workflows/android.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
inputs:
1010
apis:
1111
description: 'CSV of apis to build and test'
12-
default: 'admob,analytics,auth,database,dynamic_links,firestore,functions,gma,messaging,remote_config,storage'
12+
default: 'analytics,auth,database,dynamic_links,firestore,functions,gma,messaging,remote_config,storage'
1313
required: true
1414

1515
env:
@@ -32,7 +32,7 @@ jobs:
3232
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
3333
apis="${{ github.event.inputs.apis }}"
3434
else
35-
apis="admob,analytics,auth,database,dynamic_links,firestore,functions,gma,messaging,remote_config,storage"
35+
apis="analytics,auth,database,dynamic_links,firestore,functions,gma,messaging,remote_config,storage"
3636
fi
3737
echo apis: ${apis}
3838
echo "::set-output name=apis::${apis}"

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
GoogleService-Info.plist
2+
google-services.json

admob/testapp/AndroidManifest.xml

-26
This file was deleted.

admob/testapp/CMakeLists.txt

-111
This file was deleted.

admob/testapp/LICENSE

-202
This file was deleted.

admob/testapp/LaunchScreen.storyboard

-7
This file was deleted.

admob/testapp/Podfile

-6
This file was deleted.

0 commit comments

Comments
 (0)