-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[expo-firebase-*] Remove libraries #20979
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
[expo-firebase-*] Remove libraries #20979
Conversation
We also need to remove docs for those packages, and setup the redirects to ensure that people don't land on 404. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually we don't remove the entire package from the repo, even if we remove it from the SDK. We should keep package.json
and README.md
that states that this package is no longer maintained and also publish that to npm.
Good point- I was cribbing off of the Amplitude removal, and thought it was completely removed, but, per this comment, it turns out it was actually copied to a separate repo, with readme updated and set to read-only. What's preferred in this case (copying to a new repo or leave package.json/ readme)? Copying perhaps makes it a little easier to see the final state before removal, I suppose. |
|
If that sounds easier to you then yeah, go with copying 😉 |
Can you also remove entries for docs data generation from the file mentioned below? |
These are copied/ archived now: |
2eec0c2
to
784af64
Compare
Hi there! 👋 I'm a bot whose goal is to ensure your contributions meet our guidelines. I've found some issues in your pull request that should be addressed (click on them for more details) 👇
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from the docs side too! 👍
…flipper * upstream/main: (47 commits) [docs] Update Hermes guide to state that Hermes is the new default engine (expo#21047) chore: don't mark issues with the "Issue accepted" label as stale (expo#21058) Switch default JS engine to Hermes (expo#21001) [mail-composer][android] fix composeAsync not resolving after send/ discard (expo#20869) Update CHANGELOG.md (expo#21061) [core][iOS] Fix expo modules aren't added to global (expo#21037) [test-suite] Fix import in the Image example (expo#21043) [test-suite] fix video hanging (expo#21057) [av][ncl][go] fix audio and video qa issues (expo#21055) [tools] Selecting pull requests to label in the publish command (expo#20991) [document-picker] fill missing descriptions in `DocumentResult` type (expo#21040) [tools] Bump http-cache-semantics from 4.1.0 to 4.1.1 (expo#21049) Bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs (expo#21050) [apps][yarn-workspace] replace deprecated activateKeepAwake update changelogs for react-native 0.71 upgrade (expo#20858) Upgrade react native to 0.71.2 (expo#21045) [go] update @shopify/react-native-skia to 0.1.172 (expo#21014) [stripe] Upgrade stripe to 0.23.1 (expo#20964) [expo-firebase-*] Remove libraries (expo#20979) [docs] Update expo-secure-store to add info about Export compliance (expo#21021) ...
Why
We deprecated
expo-firebase-analytics
/expo-firebase-recaptcha
(and hence,expo-firebase-core
) in SDK 47, with removal planned in 48.How
Remove
expo-firebase-analytics
,expo-firebase-recaptcha
,expo-firebase-core
packages. Updated dependencies in test apps/ Expo Go, removed Scoped Firebase class.Needed to update
com.google.firebase:firebase-core
to 21.1.0 in expoview/build.gradle due to the below error. I think this was related to the Expo Firebase packages requiring this version anyway, which was likely inhibiting the error.Test Plan
Tested building bare-expo and Expo Go on iOS and Android.
Checklist
NOTE: will open up a separate PR to update documentation; there's a decent amount of cross-linked stuff, don't want to miss that in a large-ish diff.expo prebuild
& EAS Build (eg: updated a module plugin).