iosfirebasefirebase-invites

Is there a way to implement firebase invites(SMS) without Google Sign-In for iOS?


According to the firebase documentation, they mentioned that Google Sign-In is required to send invites. I assume they are using Google Sign-In to map with local contacts and display a custom screen for sending invites. Can I just create the custom invite link and send it using messageController on iOS?


Solution

  • You could build a custom invite without Google Sign-In using Firebase Dynamic Links