I have an instant messaging application on the web with its database and almost finished M2S. I want to make an application for firefox you without having to go through my website and I can do it if I have to call the mysql database?
Asked
Active
Viewed 1,801 times
1

Mihai Iorga
- 39,330
- 16
- 106
- 107

Jaumesv
- 1,065
- 3
- 11
- 19
-
@DannyBeckett Actually: http://www.mozilla.org/en-US/firefox/partners/ – Michael Berkowski Mar 20 '13 at 12:36
-
1@DannyBeckett please read https://developer.mozilla.org/ro/docs/Mozilla/Firefox_OS/Compilarea_si_instalarea_Firefox_OS – Mihai Iorga Mar 20 '13 at 12:36
-
It seems I'm mistaken... interesting! Retagged. – Danny Beckett Mar 20 '13 at 12:37
-
It's not exactly what you're asking, but from a security perspective, you're better off presenting an API from your app server and letting it talk directly to mysql using its own credentials. Your FFOS app would use API calls through that app server to read/persist data from the database. – phatfingers Mar 20 '13 at 12:52