We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I click on the Invite link in my mail, the app gets opened, but the FirebaseInvites.getInvitation() is not working
FirebaseInvites.getInvitation()
this.logger.info("Signup Component :: On Page Loaded :: Start 1"); FirebaseInvites.getInvitation( function (result) { console.log("invitation ID: " + result.invitationId); console.log("deeplink: " + result.deepLink); }, function (msg) { alert("Firebase Invite Error: " + msg); } ); this.logger.info("Signup Component :: On Page Loaded :: Start 2");
I am getting both the On Page Loaded logs, but not the Firebase success/error logs.
On Page Loaded
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I click on the Invite link in my mail, the app gets opened, but the
FirebaseInvites.getInvitation()
is not workingI am getting both the
On Page Loaded
logs, but not the Firebase success/error logs.The text was updated successfully, but these errors were encountered: