Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Database Creation and Communication | Create Account, Login Authentication, Database Queries

Hello:

What are the best methods/techniques for using databases for storing and accessing information for your applications.

I have found possible solutions that use PHP/JSON, PHP/SQLITE3, and PHP/MySQL, etc.

If you have worked with databases (Core Data, maybe), how would you create the mechanism for database communication for the following tasks:

  1. Create Account
  2. Authenticate Login
  3. Forgot Username/Password Reset
  4. Other general operations as defined

Thanks!!

1 Answer

Alexander Batalov
Alexander Batalov
21,887 Points

I would recommend you to take iOs course to build a Self-Destructing Message iPhone App where you will learn basic user creation and authentication using Parse. And if you want to build your own database, look for Rails or PHP tracks here at TreeHouse.

Thank you!!

I will follow the course. Gained a lot of insights from the lessons. I understand a bit of information of PHP/MYSQL. However, I want to be able to exchange information from other users. Perhaps the lesson you mentioned will provide the solutions required.