Appmos
Posts: 0
Joined: Thu Sep 06, 2012 1:26 pm

Registration before acessing the app in the 1th time

I would like to create a obligatory registration screen that shows just one time, with 03 fields: (name/email/age). This data must be registred in the database and vinculated with the ID number that will be created automatically. I also want to add the user ́s city using geolocation. It is necessary that from the record, all user actions can be tracked by ID number. Any help?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Registration before acessing the app in the 1th time

Hello! I'm not sure I understand your question. Could you clarify please what are you going to do with user's ID? Here you can find more information about database http://help.gotiggr.com/documentation....

Appmos
Posts: 0
Joined: Thu Sep 06, 2012 1:26 pm

Registration before acessing the app in the 1th time

Hi Marina. I intend to create a multi-choice application and I want to know which participant has already voted by ID.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Registration before acessing the app in the 1th time

Just to add to what Marina said. The registration/sign up pages would need to be created by you. If you use Tiggzi's database, we do have a User API that allows you to do exactly that (other API backend providers have a similar feature). This example shows how to use the User API: http://help.tiggzi.com/getting-starte...

Appmos
Posts: 0
Joined: Thu Sep 06, 2012 1:26 pm

Registration before acessing the app in the 1th time

Thanks Max.

How can I do to create an ID automaticalli for each user? How to identify the ID in the next time that the user return to application and vote?

I intend to use other database to register de votes by ID. How to link this two dbs?

Thanks

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Registration before acessing the app in the 1th time

When you register a new user or sign in, you get a session toke which identifies the user session.

Appmos
Posts: 0
Joined: Thu Sep 06, 2012 1:26 pm

Registration before acessing the app in the 1th time

And how to link two databases?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Registration before acessing the app in the 1th time

What's the other database? You can save the token session (or similar) in the other database, for example.

Appmos
Posts: 0
Joined: Thu Sep 06, 2012 1:26 pm

Registration before acessing the app in the 1th time

1st db to register user data and 2nd db to register votes. ID information in both dbs

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Registration before acessing the app in the 1th time

You would need to use some id, and place it in both collections.

Return to “Issues”