Oracle JET with Firebase Realtime Database (Part 1)

Oracle JET with Firebase Realtime Database (Part 1)


With Firebase Realtime Database we can store and sync data in NoSQL database.  It is a cloud database and data store as JSON. There are SDKs for iOS, Android and JavaScript. you can find information about Firebase in this link: https://firebase.google.com/docs/database/

In this post, I want to explain how can we use firebase database as backend and Oracle JET as frontend.

1. Firstly we need to login in Firebase Cloud console. https://firebase.google.com/

2. After login to Firebase on the first page, there is "Add Project".
I click on Add project".
Firebase Oracle JET


3. display a popup for creating a project:
Project name: JetApplication
ProjectId: -
Country/region: Germany

Firebase Oracle JET


4. After creating the project, I am in Start page on Firebase Cloud.
There are three icons for iOS, Android, Web.
Firebase Oracle JET


5. I click on the "Add Firebase to your web app".
Display popup with some information about initializing Firebase.
Firebase Oracle JET

6. Create Oracle JET project and create a folder called services and copy all the firebase JavaScript files there. You can find the last version of this link. https://firebase.google.com/docs/web/setup

Firebase Oracle JET

7. Add to my appContoller the libraries. And paste the script from Firebase Cloud like below.
  , 'services/firebase'
  , 'services/firebase-app'
  , 'services/firebase-auth'
  , 'services/firebase-database'
  , 'services/firebase-firestore'
  , 'services/firebase-messaging'
Oracle JET Firebase

Coming soon next posts.

Comments

  1. Salesforce Developer has once again been named one of the world's best jobs. ... In a list of 25 job roles, Salesforce was the only company to get a mention. The rest were generic positions, not tied to a particular technology or brand. The tenth best job in the US today is not a CRM developer; it's a Salesforce Developer.
    Salesforce Training in Chennai

    Salesforce Online Training in Chennai

    Salesforce Training in Bangalore

    Salesforce Training in Hyderabad

    Salesforce training in ameerpet

    Salesforce Training in Pune

    Salesforce Online Training

    Salesforce Training

    ReplyDelete
  2. This is the exact information I am been searching for, Thanks for sharing the required infos with the clear update and required points. To appreciate this I like to share some useful information.
    Best Oracle ADF Course in Bangalore

    ReplyDelete
  3. very friendly and good atomsphere and 100% placement assistance in bangalore

    Oracle reviews in bangalore

    ReplyDelete
  4. Virtual events are naturally more inclusive than in-person events in many respects but there are still a lot of things that planners can do to make them more accessible to people with disabilities. event marketing and thanks for organizing the event

    ReplyDelete

Post a Comment

Popular posts from this blog

Oracle ADF Composite Primary Key

ADF Filter LOV View Object , af:selectOneChoice Programmatically