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

971 Views Asked by At

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?

1

There are 1 best solutions below

3
On BEST ANSWER

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