12

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.

AL.
  • 36,815
  • 10
  • 142
  • 281
ajonno
  • 2,140
  • 4
  • 20
  • 33

1 Answers1

4

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)

Yair Levi
  • 1,261
  • 10
  • 11