invertase / react-native-firebase

🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
https://rnfirebase.io
Other
11.7k stars 2.22k forks source link

Missing documentation of App Indexing #3283

Closed yilinjuang closed 4 years ago

yilinjuang commented 4 years ago

Documentation Feedback

Thanks for the awesome work. One small question not sure if it's suitable here.

According to the npm package page of @react-native-firebase/indexing, app indexing is deprecated. Can we have more information about why it is not supported anymore? The package was documented in v6 changelog at some point, but then disappeared after v6 changelog is moved to invertase website.

changelog history


Think react-native-firebase is great? Please consider supporting all of the project maintainers and contributors by donating via our Open Collective where all contributors can submit expenses. [Learn More]

Ehesp commented 4 years ago

Okay so you've confused me 😃 App index was being deprecated by Firebase, however now when I go on their website there is a load of docs, and the API is totally different.

Trying to find their notice about it being deprecated...!

Ehesp commented 4 years ago

Okay so that was Invites which was deprecated...! Long day.

I believe the reason there is no module is because there is nothing we can provide. If you take a look at the iOS guide, you simply add some setting to your project via XCode and away you go: https://firebase.google.com/docs/app-indexing/ios/app

yilinjuang commented 4 years ago

Thanks for clarifying it!