Hi!
I am new developer in Ionic and I want to create ‘sign in’ and ‘sign up’ of my app with Mysql (Xampp), but I don’t know how. Could you show me an example? I was looking for it here but I couldn’t find it.
Thank you!
Regards,
Hi!
I am new developer in Ionic and I want to create ‘sign in’ and ‘sign up’ of my app with Mysql (Xampp), but I don’t know how. Could you show me an example? I was looking for it here but I couldn’t find it.
Thank you!
Regards,
You need to build a backend api service. If you really don’t know how and your requirement isn’t that big, you can give firebase a try…
How should I do a backend api service?
By learning how to do a backend api service, of course…
you should know how to create restful api to connect your app to external services/database…