Skip to content

Update to firebase cpp 12.0.0 #129

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

Merged
merged 20 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
inputs:
apis:
description: 'CSV of apis to build and test'
default: 'admob,analytics,auth,database,dynamic_links,firestore,functions,gma,messaging,remote_config,storage'
default: 'analytics,auth,database,dynamic_links,firestore,functions,gma,messaging,remote_config,storage'
required: true

env:
Expand All @@ -32,7 +32,7 @@ jobs:
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
apis="${{ github.event.inputs.apis }}"
else
apis="admob,analytics,auth,database,dynamic_links,firestore,functions,gma,messaging,remote_config,storage"
apis="analytics,auth,database,dynamic_links,firestore,functions,gma,messaging,remote_config,storage"
fi
echo apis: ${apis}
echo "::set-output name=apis::${apis}"
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GoogleService-Info.plist
google-services.json
26 changes: 0 additions & 26 deletions admob/testapp/AndroidManifest.xml

This file was deleted.

111 changes: 0 additions & 111 deletions admob/testapp/CMakeLists.txt

This file was deleted.

202 changes: 0 additions & 202 deletions admob/testapp/LICENSE

This file was deleted.

7 changes: 0 additions & 7 deletions admob/testapp/LaunchScreen.storyboard

This file was deleted.

6 changes: 0 additions & 6 deletions admob/testapp/Podfile

This file was deleted.

Loading
Loading