We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0030345 commit 076fd02Copy full SHA for 076fd02
.github/workflows/auth.yml
@@ -61,5 +61,6 @@ jobs:
61
- name: Setup
62
run: gem install bundler; bundle install
63
- name: Build
64
+ # Allow warnings for deprecated `updateEmail:completion:` API.
65
run: |
- bundle exec pod lib lint FirebaseAuthUI.podspec
66
+ bundle exec pod lib lint FirebaseAuthUI.podspec --allow-warnings
.github/workflows/emailauth.yml
@@ -65,6 +65,8 @@ jobs:
67
68
69
70
bundle exec pod lib lint FirebaseEmailAuthUI.podspec \
- --include-podspecs=FirebaseAuthUI.podspec
71
+ --include-podspecs=FirebaseAuthUI.podspec \
72
+ --allow-warnings
0 commit comments