it says
Message
%LOGIN_CODE% is your verification code for %APP_NAME%.
however even i setup the Project name, the sms content still showing projectid.firebaseapp.com
how to modify sms content?
It is not possibly to change the content of the SMS, you can change the name of the app.According to Firebase Help, to change the APP_NAME you can change the Public-facing name field on the Settings page.
For this, you need to go to your Project settings->Public settings on Firebase console and update the "Public facing name”
You can refer to this StackOverflow thread1 & thread2.
Related
I am creating a project to be able to share a Calendar among some users.
The strange thing is that when one of the users wants to connect, the following error appears telling him "This app isn't verified"
https://prnt.sc/p87wvm
I am not a programmer so it is difficult for me but I think I am doing everything right.
The only api that I am using is that of Google Calendar.
The email with which I am creating the Api is a #gmail.com
https://prnt.sc/p88o0g
I am not using any special scope that requires some type of verification.
I did not exceed any quota limit or anything like that.
And the send to verification button is disabled and tells me that my changes do not require verification
I want any user with a Gmail email to connect to the calendar
What i need to do??
For the doubts I have verified the domain thinking that it was that but it did not solve the problem either
when i create my first project on firebase to use google signin authentication. my app successfully run and completer google signin.
But when i develop my second project on the firebase i do the same thing like add SHA1 and add support email, but when i tried to google signin from my app , it shows
sign_in_failed, com.google.android.gms.common.api.ApiException: 12500
I don't know why this error come.
Is there any condition that
1) we can't use a same SHA1 key to a different apps.
2) we can't user the same email id for 'support email' inside the google sign for the two projects
or please tell me there is any other condition regarding the using of multiple project on a same account of firebase.
Input both SHA-1 and SHA256.
Make sure you have added a Support Email.
Update Google Play Services.
If all of these fail, delete your keystore and generate a new one.
These are the issues that cause that error.
I had this error ApiException: 12500 for a long time. I have tried everything:
remove my debugkeystore, recreate one
add a support email on the firebase console
change plugin versions
update google on my device
Nothing worked but looking for a solution I found:
I went to this page (https://console.developers.google.com/apis/credentials) Select your project from the list (top left). Then go to "Oauth consent screen"
I filled out the app's logo and link on the app's homepage and application's privacy policy link (with the project.firebaseapp.com), and then saved.
enter image description here
After that it was good. I believe the official documentation should be updated.
For more information visit this link
enter link description here
Before adding firebase plugin i used to get the email selection dialog for google play games authenticate and on success i could get the email by using
string email = ((PlayGamesLocalUser) Social.localUser).Email;
But after i have added firebase the dialog doesn't come although it goes in success block after authentication i can only get user id .
Using Play Games Plugin 0.9.3.7.
I need to get user email and make the dialog to show also as before.
Any help ? Thanks
This might be caused because of some issue with conflicting plugins. You should try to resolve this by using Play Services Resolver for Unity - it is available under the Assets menu.
I am using developer mode of paypal to link my developer account while testing my site.
What I notice is that Notification for payment received/refund is encrypted which was not the case before. I want to see the details in english so that I can proceed with my development but this encryption is strucking me at a place.
Do anyone has a solutions for this?
Recently, the sandbox notification that is showing in Developer.paypal.com portal facing some issue and they're currently fixing it as we speak.
The only workaround that they have provided for us to view the content of the notification, is by clicking the search button in the notification section and then choose the sandbox account that you would like to see, next choose the date range and click the search button.
Now the list should show the same notification list but this time you will be able to see the content.
Attached are the screenshot of the section where you can search. Click Here for the image
I read the urbanairship documentation about how to 'Allow Push [notificaition] From Device' and in the document, it said there should be an option to do so. However, when I am in the admin page of my app. I cannot see that option. I saw that I can edit: Application name, Application Icon, Category, Rich Push Enabled, Push Notification Support, Apple push certificate, Certificate password, Push debug mode, BlackBerry stuff...,Android stuff.
Where is an option to 'Allow Push From Device'? Am I looking at the right Admin page? Is the doc out-of-date?
Thank you very much for any helps or guidances!
Found this answer on their support pages:
Thank you for contacting us. We made a change to the system that for any new apps created, that option would no longer be available. If you send us an email to support#urbanairship.com with your app key and original request, we can turn this on for you.