I'm currently developing an app that needs to manage a database containing players' information and payments data. So which Db will be best for that
Waiting for Suggestions
Thanks in advance
1 Like
JEWEL
November 4, 2024, 3:56am
2
I believe MySQL will be best. I'm linking a few helpful guides for you.
[pmamlogregicon128]
I suggested to another community user here , to use mysql & php as an alternative to firebase in order to authenticate users. Thought I had better work up a solution to prove a point!
This demonstration simply handles the registration and login of users within an AI2 app, using mysql as a backend. Passwords are hashed. The developer must handle the activities of the user within the app, because that is all it does! (register and login). It can of course then be used to allow…
Hello friends,
in this topic I wrote about the installation ("Portable") of Node.js on our PC, it is very easy, download the .zip file, unzip it, open the Windows CMD Shell and go:
In this other topic I wrote about App Inventor and MySQL.
Now we are going to play with App Inventor, Node.js and MySQL.
We will take part of the codes of this great tutorial:
Node.js MySQL
Here this tutorial in Spanish:
Node.js y MySQL (MariaDB) App Inventor.
Hello friends,
this topic is about getting a MySQL value in realtime (with delay) using JavaScript.
To work with change of values in real time we can use:
CloudDB.
FirebaseDB (realtime).
MQTT.
Here we are going to see it with a MySQL database:
[javascript_mysql1]
Data base name: web
Table name: sensores
We want to query the cell temperatura of the row id = 2
We have several methods:
Create an HTML page with PHP and refresh it with the classic:
<meta http-equiv ="re…
1 Like
What about Adding Firebase or Spreadsheet is it safe enough or MySql is better than these both
1 Like
JEWEL
November 4, 2024, 4:05am
4
If you are comfortable working with MySQL, I would suggest that you continue using it. It'll be a better option for you than Firebase or Spreadsheet.
1 Like
Can you Tell me please
Which one is safe to use?
Fast?
So i can use it because it have payments Data also
JEWEL
November 4, 2024, 4:23am
6
Firebase might be a better choice if you use it with Firebase Authentication.
You can use firebase database with firebase authentication...
system
Closed
November 11, 2024, 5:19am
8
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.