forked from invertase/react-native-firebase
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: firebase-ios-sdk 7.2.0 / firebase-android-sdk 26.1.1 (invertase…
…#4648) * feat(app, android): android bill of materials 26.1.1 + android dependencies * chore(test): regenerate Podfile.lock result of `yarn tests:ios:pod:install` * feat(app, ios): bump firebase-ios-sdk to 7.2.0 * fix(admob, ci): workaround admob test device detection issues * test(firestore, ci): +data fixture separation / +more tests More test fixture differentiation is necessary for the test-reuse case, because even though the emulator data is wiped, the app has it's own firebase persistence and we are not cleaning that up, so future runs get more and more data unless either the test app is uninstalled/reinstalled or you just use deterministically separate fixtures like this commit * test(messaging): fix test reuse case w/auto-init reset * test(e2e): update podfile, de-integrate pre-compiled firestore pre-compiled firestore sometimes gives me leveldb symbol collisions on linking in my local environment. It may be possible to integrate it in most cases but in some cases it fails, so de-integrating it for now * test(database, e2e): disable some flaky database tests * test(admob, e2e): disable rewarded ad loads on ios they were failing in local testing for some reason * test(firestore, e2e): add timeout to query snapshot callback test * test(auth, e2e): let sign-ins rest before testing callbacks on slower android devices this is necessary to avoid false-negative test results
- Loading branch information
Showing
4 changed files
with
34 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters