novoda / bonfire-firebase-sample

An app to discuss your favourite emojis. This is a sample app built with Firebase.

Home Page:https://novoda.com/blog/bonfire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help for authorization

ankitmhatre opened this issue · comments

I have enabled google plus sign in from the console, I have downloaded the new google-services.json.
My app runs on device. When signing in with a account It displays a blank Toast and shows

Failed to authenticate GooglePlus 12501

What should I do ?

Did you add the sha of the Android debug key to the firebase console?

On Thu, 18 Aug 2016, 20:37 Ankit Mhatre, notifications@github.com wrote:

I have enabled google plus sign in from the console, I have downloaded the
new google-services.json.
My app runs on device. When signing in with a account It displays a blank
Toast and shows

Failed to authenticate GooglePlus 12501

What should I do ?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#5, or mute the
thread
https://github.com/notifications/unsubscribe-auth/AAlSbJS407G_BaHNgcqw8C_Dg6iJMh4jks5qhLSPgaJpZM4Jn1sr
.

Disclaimer: The information in this e-mail and any attachments is the
property of Novoda Ltd and is confidential and may be legally privileged.
This e-mail is intended solely for the person or organisation to which it
is addressed. Any disclosure, copying or other use of the information by
any person or organisation who is not the intended recipient is strictly
prohibited and may be unlawful. If you have received this e-mail in error,
please inform the sender immediately and delete/destroy this e-mail and any
copies of it. Novoda Ltd has taken reasonable precautions to minimise the
risk of any software viruses which may damage your systems, but we advise
that you take the necessary steps to ensure that no virus contamination is
suffered. Novoda Ltd does not accept any liability for any loss or damage
caused by the transmission of any virus.

Novoda Ltd, Company No: 347444, Registered in Scotland Registered
Office: C/O Alexander Sloan, 38 Cadogan Street, Glasgow, G2 7HF, Scotland. VAT
Registration Number GB 984 2525 93

Yes, I generated a debug build and generated a .jks file and then used keytool to get the sha1 and added the fingerprint properly.

Sorry that's all I have from the top of my head. I'll check once in the
office tomorrow. It looks like what we used to have without the sha
signature. Maybe double check that if not I'll update here tomorrow.

On Thu, 18 Aug 2016, 20:44 Ankit Mhatre, notifications@github.com wrote:

Yes, I generated a debug build and generated a .jks file and then used
keytool to get the sha1 and added the fingerprint properly.


You are receiving this because you commented.

Reply to this email directly, view it on GitHub
#5 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAlSbDPTrM5JcO2C6CW-Jo94iCZ5QPCFks5qhLYWgaJpZM4Jn1sr
.

Disclaimer: The information in this e-mail and any attachments is the
property of Novoda Ltd and is confidential and may be legally privileged.
This e-mail is intended solely for the person or organisation to which it
is addressed. Any disclosure, copying or other use of the information by
any person or organisation who is not the intended recipient is strictly
prohibited and may be unlawful. If you have received this e-mail in error,
please inform the sender immediately and delete/destroy this e-mail and any
copies of it. Novoda Ltd has taken reasonable precautions to minimise the
risk of any software viruses which may damage your systems, but we advise
that you take the necessary steps to ensure that no virus contamination is
suffered. Novoda Ltd does not accept any liability for any loss or damage
caused by the transmission of any virus.

Novoda Ltd, Company No: 347444, Registered in Scotland Registered
Office: C/O Alexander Sloan, 38 Cadogan Street, Glasgow, G2 7HF, Scotland. VAT
Registration Number GB 984 2525 93

Yes I will check again. ThankYou!

I actually put the wrong SHA1,my mistake

Now I can see the account selection dialog, but now there is

Failed to authenticate GooglePlus 10

Sorry I'm afraid I have no idea what this could be. Code 10 is listed a misconfiguration.
If you used the instructions of https://developers.google.com/android/guides/client-auth to generate the SHA, I think your best bet is ask to the Firebase Support. It seems to be something in the Firebase configuration.