简体   繁体   中英

Firebase Invites for React Native

We are currently using Firestack on a React Native project which is great, however we also need the features available via Firebase's "Invites" capability.

Is anyone aware of a React Native module (eg on github) for Firebase Invites, iOS and Android ?

Or alternatively - is there another service/API that can provide similar app invite management for mobile (ideally w/ React Native support but we can always bridge if needed) ?

Many thanks.

Firebase invites is based on Firebase dynamic links: Firebase Invites

React-Native-Firebase is a great open source library to use Firebase with react native. React-Native-Firebase

The library supports Dynamic Links so with a little work you can use it to enable the Firebase Invites feature.

React-Native-Firebase (Dynamic Links)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM