Firebase is a real-time application platform, optimized for building collaborative, asynchronous applications with mostly client-side code.

learn more… | top users | synonyms

2
votes
0answers
38 views

Online store for pies - Part 2: User authentication

I'm building an angular application using AngularJS and AngularFire. As this is the second part of this "series" it might be a good idea to also check out part 1 to gain an even better overview of the ...
1
vote
0answers
33 views

Custom forum paginator for navigating through topics

I've made my own pagination service for my forum that I'm working on. I'm quite happy how it turned out but it feels a bit rough around the edges so I would like to know how I can shorten this code ...
0
votes
0answers
49 views

Live update calendar

I've made a calendar using a Firebase database so that it live updates. I'm pretty happy with it but I feel like restructuring it to fit the MVC design pattern, however, I've never done anything in ...