Website building using firebase [closed] - javascript

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to build a website using only html, css and JavaScript. I have prior knowledge about these stuff. But I want to use Firebase to host the same. Is it possible to do so?
P.S. I don't want to use any JS Framework because I have no prior knowledge.
If answer is no, please do tell me in detail what all should I start learning to do the same.

Yes it is possible to use Firebase to host your website.
Firebase Hosting:
Firebase Hosting provides fast and secure static hosting for your web app.
Firebase Hosting is production-grade web content hosting for developers. With Hosting, you can quickly and easily deploy web apps and static content to a global content-delivery network (CDN) with a single command.
more info here: https://firebase.google.com/docs/hosting/

Related

Accesing camera via Javascript, taking a picture and sending it to Firebase CloudStorage [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
Good morning, I´m studiyng and have this problem to solve. I have to create the logic in Javascript with nodejs, to access the device camera (this is a webApp, not Android, thats why is coded in JS), then take a picture and then send it to my backend and save it in Firebase Cloud Storage. I´m not asking for a complex code, but if u know any source, or any repository to start working will be appreciated.
Thanks in advance :D
Happy coding!
When using Node.js as part of a web application it is used for the server-side component of the application and doesn't have access to any cameras on devices accessing it.
You need to use client-side code to do that.
iOS and Android devices tend to make the camera available as an option when you use a regular <input type="file"> so you can use a normal HTML form and your usual multipart-capable body parsing library (not body-parser although its documentation list some options) on your server.
If you want access to a webcan cam then you'd need to look into WebRTC.

What is the best practise to host MongoDb in AWS? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I generally install mongo on an ec2 instance .
But i came across many other methods on hosting a mongodb server in aws.
I am looking to learn the most effective way to do this. Thanks in advance.
This is just an educational question.
My recommendation is to use the mongoatlas service, they have several plans but they carry out a full deployment of your database with automatic backups, metrics, access and permission management, availability, set replicas, autoscaling, etc...
Finally they also use amazon to host their databases and it is an official service of mongodb.
https://www.mongodb.com/cloud/atlas
The downside to using a simple amazon instance is to implement all of that and without a good backup procedure you could lose all your data if your instance dies.

How do I code for a login system in php? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have been researching this for a few weeks now, and am still stuck. I still don't understand how to make a custom login system. I can't get the database for mySQL for mac or PC, and Ruby on Rails would mean me to code in erb language and I don't understand erb. Can someone help?
First of all, you need to setup a localhost. For Mac, to get started, you can use MAMP or XAMPP. These will set up a local environment for you as well as a way to connect to a Database.
Once you've installed this, you need to create a database (MAMP and XAMPP come with an integrated Database UI called PhpMyAdmin).
Once you have set up your environment, you can start to integrate PHP.
There are various tutorials online to do this, here is a list of some simple ones:
http://www.webgeekly.com/tutorials/php/how-to-make-a-login-system-with-php/
http://www.phpro.org/tutorials/Basic-Login-Authentication-with-PHP-and-MySQL.html
If you have never used PHP before, I suggest you read up on the basics before diving into creating a login system, as you won't understand that much of it.

Use Webhook without Firebase [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Is it possible to use a different backend with the Webhook CMS?
I love everything about Webhook, but being able to prerender content is an absolute requirement for my project because of SEO considerations. This is unfortunately not possible with Firebase.
Has anyone ever managed to swap out Firebase in Webhook for something else?
Webhook only uses Firebase for the CMS. The deployed sites are pre-generated staticly. This means google will be able to crawl it. Since static sites are themselves the fasted way to deliver content, you'll also have that advantage versus a traditional system.

How to start a chat client app on various platforms [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Basically I'm trying to develop an App that sends some information (Text and Images) to a server and then this server redirects the info to a other devices.
What framework do you know to handle realtime communicaction between users?, I've checked Firebase (Firebase Cloud Messaging), and also I have checked frameworks like ionic to be able to develop once and then deploy in various platforms.
Check out app warp - it pretty much has all the server code written for you already:
http://appwarp.shephertz.com/
It's mostly used for games, but you can easily use their services for IM.

Categories

Resources