문제

I am a front-end developer who is familiar with HTML, CSS, JS and to a degree, AngularJS.

I've chanced upon Firebase (firebase.google.com) - and was wondering if I could, with my lack of knowledge with server-side code, use Firebase for my app.

Will I need to learn JSON for this?

도움이 되었습니까?

해결책

Since Firebase offers a full JS API, there is no need to learn an additional language like PHP. You can access data there as if were stored in JavaScript objects.

It is intentionally built to made it easier for folks comfortable with client-side programming and less comfortable with server-side.

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