Is there anyone who is good with Json and firebase database?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there anyone who is good with Json and firebase database??

27th Aug 2017, 3:17 AM
K Sai Kiran
K Sai Kiran - avatar
7 Answers
+ 15
╔═══╗ ║╔═╗║ ╚╝╔╝║ ║╔╝ ╔╗ ╚╝
27th Aug 2017, 6:06 AM
Burey
Burey - avatar
+ 6
been a busy day didn't had time until now you will have to be more specific it seems you simply copy-pasted the instructions you were given regarding 3 i would assume it's the web setup of your project which looks like this: <script src="https://www.gstatic.com/firebasejs/4.3.0/firebase.js"></script> <script> // Initialize Firebase var config = { apiKey: <your api key>, authDomain: <your auth domain> projectId: <project id>, storageBucket: <storage bucket>, messagingSenderId: <messaging sender id> }; firebase.initializeApp(config); </script> if that is the case you can find yours by entering your project page, going into AUTHENTICATION and clicking on WEB SETUP that should open a pop up with the relevant info
27th Aug 2017, 5:40 PM
Burey
Burey - avatar
+ 6
from 4 onward it's coding your actual project see how to authenticate user with email + password https://firebase.google.com/docs/auth/web/password-auth reading + writing https://firebase.google.com/docs/database/web/read-and-write my advice is to experiment with it for a bit before diving into the project figure out how to read write first, ask yourself questions such as, "when does it update?", "how do i delete records?" and try to find the answers also, look up in google for help (focus on firebase version 3 and up)
27th Aug 2017, 5:46 PM
Burey
Burey - avatar
+ 1
@k.sai burey...isnt good... he is master at it... ha ha..... take help from him😊😀
27th Aug 2017, 6:09 AM
sayan chandra
sayan chandra - avatar
0
no one helping?
27th Aug 2017, 11:50 AM
K Sai Kiran
K Sai Kiran - avatar
0
Thanx dude.Your information is very much helpful.
28th Aug 2017, 4:16 PM
K Sai Kiran
K Sai Kiran - avatar
- 1
I am very beginner to JSON and firebase database.I had applied to an web dev internship ,they sent me an assessment to shortlist. This is what they gave: 1.Download project files from link above. 2.Download and import json file to your firebase database (file present in link) by creating folder name as question papers. 3.Change top lines in script file to match with the script from your firebase web setup. 4.On successful login user should be able to see question papers tab 5.On clicking on tab it should go with the flow of college name, department, branch, sem and year as in the student zone app. 6.Host files on any site and share link with us after changes within 48 hours I have done till point 2 but not understanding what to do from point 3. Could u please help me what does those mean to do?
27th Aug 2017, 8:25 AM
K Sai Kiran
K Sai Kiran - avatar