FirebaseAuth Error

Dear @Scott_Harrison ,

I am trying out FirebaseAuth, and I can see the login on Firebase smoothly, but the client keeps sending out errors.

As attached.

Can you send the full screenshot or this it?

This is the complete error screen.

firebaseAuth.signInWithTwitter(TwitterToken,TwitterSecret, 
		function(event)
			if(event.isError) then
				native.showAlert( "Could not Sign in", event.error ,{"Ok"} )
			else			
				--native.showAlert( "Could not Sign in",firebaseAuth.getUID(),{"Ok"} )
				native.showAlert( "login in","Y",{"Ok"} )
			end
		end)

I just input this code, but this error keeps appearing on the phone.

When I checked Firebase,I find my Twitter account is indeed logged in.

In addition, this set of TwitterToken and TwitterSecret can actually log in on Gamesparks. I think there should be nothing wrong with this.

I will look into this, I am in the process of updating all firebase plugin will look at this when I get a chance

By the way, I forgot to mention that the platform I tested was Android.

As for IOS, I don’t know whether this situation will happen in the same way.

If it can be used normally, then I will pay forever to support this plugin.

Good luck in your great work! :hearts:

1 Like

@Scott_Harrison any update on this?

Working on overhaul, will require a lot more time than expected. Hopefully by the end of the week depends on how many more changes Google made