Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@zickig I have no idea what is going on, but it gives me a 505 error, and it says your inbox is inaccessible...
-
SQL isn't that hard, you could also use a NoSQL Database with JSON storing, which I think even easier to learn.
-
pain04861717y@OmerFlame firebase has an Angular library as well. It's under Google domain so they pretty much have to make it work with Angular. Best part is 3 way data bindingš³. Update screen which updates model which updates the database. Update the db the model and screen get updated...Instantly. And you guessed it... Update the model and both the screen and db get updated. It's a really cool lib. It's NOSQL so not great for relational type data, but should work great for what your doing.
-
@JoccySoul I am having a REALLY bad time with Firebase. I am using AngularFire, and I am so frustrated with it. Nothing works, I tried to connect it to a realtime database and nothing worked. None of my queries worked, it didn't show any data, even Authentication didn't work! Just garbage.
-
@noogli I'll try, but I barely think it could help, since everything I try always fails :(
-
noogli6556yIt's stupid simple even my mom it friend can build a simple site with it
U just u can get a query with 10 lines total set up -
A NoSQL solution such as MongoDB may be a better way to go. Mongoose abstracts a lot of the database interaction and is supported by platforms like Heroku without any tricky setup.
Website written in Angular.
Website written in Angular.