문제

I am trying to figure out if firebase is supported on firefox OS. I guess yes because Firefox OS Apps are built in html5 and javascript but I am not sure if there is a security restriction or something like that.

도움이 되었습니까?

해결책

Firebase should definitely work.

  • You will primarily be interacting with it via the REST API
  • You will need to ensure that the correct permissions are present in manifest.webapp. Especially the systemXHR permission

I have written a tutorial on writing a Firefox OS App that is powered by another mBaaS : Kinvey. Conceptually things are similar and you could take a look : http://rominirani.com/2013/08/19/firefox-os-tutorial-episode-10-using-mbaas/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top