@@ what is firebase?@@


>>>Firebase is a backend platform for building  Web, Android and IOS applications
  It offers real time database, different APIs, multiple authentication types and hosting platform

                                            .




In this tutorial i gonna walk you through  a features of firebase .
And how we can use firebase in our projects.
such as web , android  apps

features of firebase>>

(00) Google Analytics for Firebase>>
     At the heart of Firebase is Google Analytics for Firebase,
a free and unlimited analytics solution. Analytics integrates
across Firebase features and provides you with unlimited
 reporting for up to 500 distinct events that you can define
 using the Firebase SDK.
 Analytics reports help you understand clearly how your users behave
, which enables you to make informed decisions
 regarding app marketing and performance optimizations.

(01)Firebase Performance Monitoring>>
      with Firebase Performance monitoring API,
you simply have to integrate the API and voila,
all’s done! You’ll get data like App’s startup time
, duration of HTTP transactions etc.
directly from the devices.
You can then further classify the data based on country,
 device type, and OS version.

(02)fabric >>
       Fabric is a lightweight crash reporting platform
 that gives critical and real-time data about the app.
 It also brings together various services like fastlane,
Crashlytics etc to give you a complete understanding of your app’s
 health and performance. All this increases the
speed at which we can fix bugs and improve app’s performance.
And Fabric is now available for Firebase.
[the_ad id=”3168″]

(03) Digits>>
       Digits provides a pain-free way of signing in the apps by
 providing an SMS-based phone number authentication.
It is merging with Firebase. And hence Firebase now enjoys
 all the feature of Digits plus more features like more
reliability, simple-to-deploy SDKs, user-centered features
like one touch verification and fully customizable UI.

(04) Firebase Hosting>>
       it is one of the most important feature of firebase.
      Firebase Hosting now supports Firebase functions
which is going to be popular among those who deploy
 their app using Firebase Hosting.
 They can now make use of Firebase functions.
It will also provide the SSL layer protection for free.

(05) Firebase storage>>
firebase provides us online storage facility
       You can now map the data in your Google cloud storage
 bucket to your Firebase project. Thus,
 you can use the data on Google Cloud in your Firebase app.
Firebase gives the option of choosing the location of
 where you want to store your data.
This highly reduces the request and response time
 between your app and storage based on the location of your traffic.

{the_ad id=”2880″}

(06) Firebase Realtime database>>
       Realtime database helps in building dynamic apps
 faster and synchronizes data with every client in realtime.
 Moreover, the limit of concurrent connections has been
 increased from previous 10,000 to 100,000 connections at a time.

 Okay now i will walk you through "how you can use firebase
 in your website and android app.

 (00) how to use firebase in webapp>>
      for using firebase in webapp you have to make some changes in
     javascript ( script tag )

    for adding firebase in webapp
   paste this code in your index.html file
   <html>
   <head>
      <script src = "https://cdn.firebase.com/js/client/2.4.2/firebase.js"></script>
      <script type = "text/javascript" src = "index.js"></script>
   </head>
   <body>
 </body>
</html>

(01) how to use firebase in android app?? >>
   for adding firebase  in your android app
  you can follow this link >>>>https://firebase.google.com/docs/android/setup
They have super easy documentation and video tutorials

if you have any problem with this feel free to ask me
I will try to solve your problem.





Comments

Popular posts from this blog

php laravel