Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"name": "React Native Firebase",
"description": "A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.",
"favicon": "/rnfb-logo.png",
"agent": "6e277cd7-0065-4ade-a14a-3ecfa3f369a4",
"theme": {
"primary": "#e88533"
},
Expand All @@ -15,6 +14,14 @@
"x": "@invertaseio",
"github": "invertase/react-native-firebase"
},
"agent": {
"key": "6e277cd7-0065-4ade-a14a-3ecfa3f369a4",
"questions": [
"How do I install react-native-firebase with Expo?",
"Can I do silent push notifications on iOS and Android?",
"When does it make sense to use react-native-firebase instead of firebase-js-sdk?"
Comment on lines +20 to +22

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

low

Consider using the proper names for the projects (e.g., 'React Native Firebase' and 'Firebase JS SDK') instead of their package/repository slugs. This improves readability for users.

Suggested change
"How do I install react-native-firebase with Expo?",
"Can I do silent push notifications on iOS and Android?",
"When does it make sense to use react-native-firebase instead of firebase-js-sdk?"
"How do I install React Native Firebase with Expo?",
"Can I do silent push notifications on iOS and Android?",
"When does it make sense to use React Native Firebase instead of the Firebase JS SDK?"

]
},
"tabs": [
{
"id": "root",
Expand Down
Loading