invertase / react-native-firebase-starter

DEPRECATED: For RNFB v5 only.
https://rnfirebase.io/docs
Other
1.17k stars 335 forks source link

Do you guys need help migrating to rnf 6.0? #141

Closed technoplato closed 5 years ago

technoplato commented 5 years ago

I don’t think it seems too difficult but I’d love to start contributing a little more.

mikehardy commented 5 years ago

I think the starter app may disappear for RNFBv6 - but not because the use case and solution go away, just that the @react-native-community/cli has the ability to init more powerfully from templates now, and RNFB provides a v6 template for the CLI, so the invertase.io v6 docs starter path (which contain a CLI init with an RNFB v6 template) could be considered the starter app

Have you tried it?

Salakar commented 5 years ago

@mikehardy is correct, I'll update this repo to reflect that it's for v5 only. v6 should be through the template.

technoplato commented 5 years ago

Now that you mention the CLI init template methodology, I think I recall seeing that in the new project setup on the new site.

npx @react-native-community/cli init --template=@react-native-firebase/template <name>

Link to site for anyone that may (perhaps doubtfully) come across this: https://invertase.io/oss/react-native-firebase/quick-start/new-project

Thanks guys!