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)

Comments

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue