Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > CopperCube > Feature requests and bug reports
Signing in with google play or Facebook

sulbcon
Registered User
Quote
2021-05-15 16:47:18

how do I create a sign in system


nrasool
Registered User
Quote
2021-05-16 22:50:50

You need something to under oAuth and use something like Auth0, see https://auth0.com/authenticate/vanillajs/auth0/


sulbcon
Registered User
Quote
2021-05-17 22:53:05

but how do I add the feature in a coppercube game


sulbcon
Registered User
Quote
2021-05-17 22:55:01

cos one thing is creating a Google app or Facebook app and the other is putting the feature in our game also...how'd do that in coppercube


just_in_case
Moderator
Quote
2021-05-18 03:33:06

For that first of all you need to create a login and signup system with coppercube, generally most of the games which uses third party authentication uses a databse system and allows users to sign up and login by using the app's default system.

Third party authentication only pulls data from the thirdparty authenticator like google and facebook and fills up into the app's default database and then complete the signup using no password but with the authentication token provided by the aunthenticator (google/fb).

Coppercube doesn't uses database by default so you first need to make integration with a database system and then register as a developer for facebook and google and then use their Api to write a login/signup system for your app.

Coppercube allows to read text from a file so one can use text file instead of database to store the data coming through authenticator like.
User name, email, phone number, region ,gender and all.

And then use that file to show the data on screen.

But that will be a lot of process. Maybe someone smarter than me will someday create something like that.

Or if you are good with scripting then maybe you can do that yourself.😇


sulbcon
Registered User
Quote
2021-05-19 00:35:05

yea I'll do that but I'll need like an extra executable at background in charge of accessing database on my server,yes I can get the input of the user by assigning the corresponding letter to a string stored in a file then attach it to a mysql online using ruby DBMS library...so can u pls tell me how to run a secondary executable on background ones a coppercube application is runned.


Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "Intern?tional" (you are not logged in)


Text:

 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


   






Copyright© Ambiera e.U. all rights reserved.
Privacy Policy | Terms and Conditions | Imprint | Contact