Skip to content
New issue

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

getInvitation() not working #5

Open
saiy2k opened this issue Nov 14, 2016 · 0 comments
Open

getInvitation() not working #5

saiy2k opened this issue Nov 14, 2016 · 0 comments

Comments

@saiy2k
Copy link

saiy2k commented Nov 14, 2016

I click on the Invite link in my mail, the app gets opened, but the FirebaseInvites.getInvitation() is not working

    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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant