bndkt / react-native-app-clip

Easily add an App Clip for iOS apps built with React Native
https://bndkt.com/blog/2022/react-native-app-clip
446 stars 19 forks source link

Question about the bundle identifier #2

Closed nandorojo closed 2 years ago

nandorojo commented 2 years ago

First off, wow! I've been wanting this for so long. So excited to try it.

Question: I use react-native-firebase in my app. As part of the setup on Firebase's website, I need to tell it my bundle identifier.

How would this work with the app clips? Does the app clip have a separate bundle identifier, or do you think firebase would still work it the identifier of the main app?

Thanks so much!

EvanBacon commented 2 years ago

App clips use a "bundle identifier suffix" this extends the default app bundle identifier.

nandorojo commented 2 years ago

The updated setup is soo clean 🔥