-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat(analytics): Add types to modular package #7109
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 330bfb0 - Browse repository at this point
Copy the full SHA 330bfb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a63fb7 - Browse repository at this point
Copy the full SHA 6a63fb7View commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 041c2f1 - Browse repository at this point
Copy the full SHA 041c2f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05de7f9 - Browse repository at this point
Copy the full SHA 05de7f9View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1b6e2c5 - Browse repository at this point
Copy the full SHA 1b6e2c5View commit details -
docs(app-check, ios): update installation steps
Additional modifications to AppDelegate.mm are required in order to load the RNFBAppCheckModule. Without initializing the AppCheckModule before calling [FIRApp configure], the setup of a custom provider will fail.
Configuration menu - View commit details
-
Copy full SHA for c975c7a - Browse repository at this point
Copy the full SHA c975c7aView commit details -
fix(app-check, types): ReactNativeFirebaseAppCheckProvider.configure …
…returns void not Promise<void>
Configuration menu - View commit details
-
Copy full SHA for 392f5b5 - Browse repository at this point
Copy the full SHA 392f5b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e290980 - Browse repository at this point
Copy the full SHA e290980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 061bf8a - Browse repository at this point
Copy the full SHA 061bf8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6a5cfb - Browse repository at this point
Copy the full SHA f6a5cfbView commit details -
docs(messaging): balance parentheses in text
noticed by @mtalhabaig3 supercedes #7099
Configuration menu - View commit details
-
Copy full SHA for e5d9699 - Browse repository at this point
Copy the full SHA e5d9699View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd36e09 - Browse repository at this point
Copy the full SHA dd36e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9ec97f - Browse repository at this point
Copy the full SHA c9ec97fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb34488 - Browse repository at this point
Copy the full SHA fb34488View commit details -
test(android): pin the detox websocket so forwarding is stable
This is speculative and unique to a dev environment situation I have where the emulator is on a different machine and it is more convenient for me to forward the ports required if they are stable instead of ephemeral. I don't *think* this will affect anyone else negatively as we are not running multiple detox instances on the same machine that I know of, but this may be removed without discussion if it causes harm to anyone anytime
Configuration menu - View commit details
-
Copy full SHA for f65c2e4 - Browse repository at this point
Copy the full SHA f65c2e4View commit details -
test(remote-config): remove v8-compat test duplication
the modular tests include a v8 compatibility test section, which was otherwise duplicate of the main test file move the modular test file into the main test file's place
Configuration menu - View commit details
-
Copy full SHA for 164fcb6 - Browse repository at this point
Copy the full SHA 164fcb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c8380 - Browse repository at this point
Copy the full SHA c6c8380View commit details -
feat(app, sdks)!: ios-sdk 10.8.0 requires Xcode 13.3+; android-sdk 31…
….5.0 BREAKING CHANGE: firebase-ios-sdk 10.8.0 and higher require Xcode 13.3+, which transitively requires macOS 12.0+. You must update your CI build environments to meet these minimums as well as your development environments - if you have older hardware that still works but cannot be upgraded normally, you may like: https://dortania.github.io/OpenCore-Legacy-Patcher/
Configuration menu - View commit details
-
Copy full SHA for 899cbcd - Browse repository at this point
Copy the full SHA 899cbcdView commit details -
feat(app, sdk)!: android-sdk v32 - app-check safetyNet provider is re…
…moved Note that forcing server retrieval of firestore named queries against loaded firestore data bundles may fail on android with this SDK version. It appears results will always come from the local cache. BREAKING CHANGE: the "safetyNet" provider for App Check has been removed from the underlying firebase-android-sdk and we have removed it here. You should upgrade to the "playIntegrity" provider for App Check
Configuration menu - View commit details
-
Copy full SHA for 456bf83 - Browse repository at this point
Copy the full SHA 456bf83View commit details -
feat(app, sdk)!: ios-sdk 10.10.0, requires Xcode 14.1+ / macOS 12.5+
BREAKING CHANGE: this version of the underlying firebase-ios-sdk has a minimum Xcode requirement of 14.1 which transitively implies a macOS minimum version of 12.5
Configuration menu - View commit details
-
Copy full SHA for f03a96e - Browse repository at this point
Copy the full SHA f03a96eView commit details -
test(ios): increase workflow time allowance
- pod install can take as much as 16 minutes now - compile + pod install on new SDKs can take more than 60 minutes combined
Configuration menu - View commit details
-
Copy full SHA for 8abca54 - Browse repository at this point
Copy the full SHA 8abca54View commit details -
docs(functions): show how to use region-specific function (#6993)
Co-authored-by: Mike Hardy <github@mikehardy.net>
Configuration menu - View commit details
-
Copy full SHA for 949b205 - Browse repository at this point
Copy the full SHA 949b205View commit details -
docs(auth): update links to full auth error messages list (#7123)
Co-authored-by: Mike Hardy <github@mikehardy.net>
Configuration menu - View commit details
-
Copy full SHA for 978a51c - Browse repository at this point
Copy the full SHA 978a51cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 418f87a - Browse repository at this point
Copy the full SHA 418f87aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e8a0a - Browse repository at this point
Copy the full SHA 27e8a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e3f59 - Browse repository at this point
Copy the full SHA a3e3f59View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0eed96 - Browse repository at this point
Copy the full SHA f0eed96View commit details -
test(ci): switch to macos-13 runners for e2e
- allows access to latest Xcode (14.3 installed currently on runners)
Configuration menu - View commit details
-
Copy full SHA for 794be9f - Browse repository at this point
Copy the full SHA 794be9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3270716 - Browse repository at this point
Copy the full SHA 3270716View commit details -
Configuration menu - View commit details
-
Copy full SHA for a278f88 - Browse repository at this point
Copy the full SHA a278f88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d36e2c - Browse repository at this point
Copy the full SHA 4d36e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a24d657 - Browse repository at this point
Copy the full SHA a24d657View commit details -
feat(auth, android): add forceRecaptchaFlowForTesting API (#7148)
Co-authored-by: Mike Hardy <github@mikehardy.net>
Configuration menu - View commit details
-
Copy full SHA for e3c1fe6 - Browse repository at this point
Copy the full SHA e3c1fe6View commit details -
docs(auth, multi-factor): correct conditional in code example
Supercedes #7156 - credit to @katayama8000
Configuration menu - View commit details
-
Copy full SHA for ab2fa08 - Browse repository at this point
Copy the full SHA ab2fa08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 257df88 - Browse repository at this point
Copy the full SHA 257df88View commit details -
Configuration menu - View commit details
-
Copy full SHA for b104692 - Browse repository at this point
Copy the full SHA b104692View commit details -
fix(app, sdk): adopt firebase-ios-sdk 10.11.0
the underlying SDK exposes some new features but they are not exposed here, but we do get the benefit of the underlying bugfixes
Configuration menu - View commit details
-
Copy full SHA for 4853b11 - Browse repository at this point
Copy the full SHA 4853b11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 571ad37 - Browse repository at this point
Copy the full SHA 571ad37View commit details -
test(remote-config, ios): workaround for firebase-ios-sdk#11462
skip tests when the error condition indicated by the upstream issue is encountered anticipate this may be reverted with release of firebase-ios-sdk 10.12.0
Configuration menu - View commit details
-
Copy full SHA for 08e005a - Browse repository at this point
Copy the full SHA 08e005aView commit details -
fix(remote-config, ios): workaround firebase-ios-sdk#11458 until SDK …
…v10.12.0 the impact of the workaround is that on iOS, if you subscribe to remote-config realtime updates at all, the web socket to listen for updates will be opened and never closed, even if you unsubscribe all listeners this should be reverted when 10.12.0 is adopted
Configuration menu - View commit details
-
Copy full SHA for c5c7d23 - Browse repository at this point
Copy the full SHA c5c7d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b33aee - Browse repository at this point
Copy the full SHA 8b33aeeView commit details -
docs(auth): fix docs render issue in AuthSettings
unterminated tag was breaking Vercel docs build, I should have caught that on the PR review, it was obvious in hindsight
Configuration menu - View commit details
-
Copy full SHA for 5bcdd06 - Browse repository at this point
Copy the full SHA 5bcdd06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 398aef3 - Browse repository at this point
Copy the full SHA 398aef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 087b16c - Browse repository at this point
Copy the full SHA 087b16cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e54dd - Browse repository at this point
Copy the full SHA 22e54ddView commit details -
build(deps): bump actions/stale from 6 to 8
Bumps [actions/stale](https://github.com/actions/stale) from 6 to 8. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v6...v8) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2329bd9 - Browse repository at this point
Copy the full SHA 2329bd9View commit details -
build(deps): update all updatable javascript packages
- lerna has a semver major to absorb - ESM-only packages left alone (node-fetch, inquirer) - superstruct still quite out of date - detox requires switching to jest from mocha - react-native + related packages will be separate - expo will be separate
Configuration menu - View commit details
-
Copy full SHA for 0fd38ef - Browse repository at this point
Copy the full SHA 0fd38efView commit details -
test(app):
localhost
is::1
on some hosts,127.0.0.1
is requiredwithout this, hosts with IPv6 resolve localhost to ::1 and the firebase emulator isn't listening there, so our helpers cannot connect
Configuration menu - View commit details
-
Copy full SHA for 9fc5c15 - Browse repository at this point
Copy the full SHA 9fc5c15View commit details -
test(auth): convert users delete / disable helpers to node-fetch style
something about the http module and the previous style of posting to the emulator wasn't working, in the same way remote-config realtime template update cloud function wasn't working even though it looked perfect node-fetch works great though, so convert the two helpers to that this may be related to a node v18 switch pending / in testing locally where http module works for v16 but not v18, but node-fetch works for both
Configuration menu - View commit details
-
Copy full SHA for 2d26857 - Browse repository at this point
Copy the full SHA 2d26857View commit details -
build(deps): bump from JDK11 to JDK17
required one tweak to gradle.properties to remove argument dropped in JDK17
Configuration menu - View commit details
-
Copy full SHA for 9bf9152 - Browse repository at this point
Copy the full SHA 9bf9152View commit details -
note that there is a specific issue with node >= v18.16 where jest will throw 'TypeError: Cannot redefine property: performance' so for jest tests we pin it to that specific version everyone else can just use the generic v18
Configuration menu - View commit details
-
Copy full SHA for b400903 - Browse repository at this point
Copy the full SHA b400903View commit details -
test(firestore): skip batch write limit test that fails now
apparently > 500 batched writes will pass the firestore emulator now, but official documentation indicates 500 is still the limit. Should raise with upstream
Configuration menu - View commit details
-
Copy full SHA for f39ef88 - Browse repository at this point
Copy the full SHA f39ef88View commit details -
fix(app, ios): incorporate firebase-ios-sdk 10.12.0 (#7231)
* fix(app, ios): incorporate firebase-ios-sdk 10.12.0 * fix(remote-config, ios): remove workarounds for realtime updates on iOS with the new firebase-ios-sdk 10.12.0 all the upstream fixes required have been incorporated + released
Configuration menu - View commit details
-
Copy full SHA for 10813a1 - Browse repository at this point
Copy the full SHA 10813a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99e8872 - Browse repository at this point
Copy the full SHA 99e8872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6043d28 - Browse repository at this point
Copy the full SHA 6043d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2466dd - Browse repository at this point
Copy the full SHA d2466ddView commit details -
feat(auth, revokeToken): sign in with apple revokeToken API (#7239)
* feat(revoke): add support for revokeToken API * Fixed there/their * style(auth, lint): result of `yarn lint:android && yarn lint:ios:fix` --------- Co-authored-by: Mike Hardy <github@mikehardy.net>
Configuration menu - View commit details
-
Copy full SHA for 2d1e66d - Browse repository at this point
Copy the full SHA 2d1e66dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aae781 - Browse repository at this point
Copy the full SHA 0aae781View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb61121 - Browse repository at this point
Copy the full SHA eb61121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66bbac8 - Browse repository at this point
Copy the full SHA 66bbac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77cb282 - Browse repository at this point
Copy the full SHA 77cb282View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca8bd8b - Browse repository at this point
Copy the full SHA ca8bd8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3128d5c - Browse repository at this point
Copy the full SHA 3128d5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c98a10 - Browse repository at this point
Copy the full SHA 6c98a10View commit details
Commits on Sep 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d0f422 - Browse repository at this point
Copy the full SHA 6d0f422View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8255e - Browse repository at this point
Copy the full SHA 1c8255eView commit details
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5de86f2 - Browse repository at this point
Copy the full SHA 5de86f2View commit details