Yahoo Web Search

Search results

  1. Firebase is a platform that helps you build and run modern, AI-powered apps with Google Cloud infrastructure and tools. Learn how to use Firebase products, integrate with Google and third-party services, and access documentation and SDKs for iOS, Android, and the Web.

    • Pricing

      Details differ slightly for Cloud Functions, Firebase ML,...

    • Products

      Firebase offers products built on top of Google Cloud that...

    • Solutions

      Solutions - Firebase | Google's Mobile and Web App...

    • Docs

      Formal reference documentation for Firebase SDKs, Firebase...

    • Community

      Tune in to the Firebase Podcast where we dive deep into...

    • Support

      Get help quickly with Firebase support. Read our FAQs,...

    • Release & Monitor

      Firebase makes it easy and efficient to get pre-release...

    • Fundamentals

      Learn about Firebase projects, including concept overviews,...

  2. firebase.google.com › products › hostingFirebase

    Firebase Hosting lets you deploy static websites in seconds using a global CDN. You can preview, deploy, and roll back with the Firebase CLI, and use popular frameworks like React, Vite, Vue, and Flutter.

  3. firebase.google.com › docs › firestoreFirestore | Firebase

    2 days ago · Cloud Firestore is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud. Like Firebase Realtime Database, it keeps your data in sync across...

  4. The Firebase Realtime Database is a cloud-hosted NoSQL database that lets you store and sync data between your users in realtime. NEW: Cloud Firestore enables you to store, sync and query app...

    • Firebase1
    • Firebase2
    • Firebase3
    • Firebase4
    • Firebase5
    • Step 1: Create A Firebase Project and Register Your App
    • Step 2: Install The SDK and Initialize Firebase
    • Step 3: Access Firebase in Your App
    • Step 4: Use A Module Bundler (Webpack/Rollup) For Size Reduction
    • Available Firebase Services For Web
    • Next Steps
    • GeneratedCaptionsTabForHeroSec

    Before you can add Firebase to your JavaScript app, you need to create aFirebase project and register your app with that project. When you register yourapp with Firebase, you'll get a Firebase configuration object that you'll use toconnect your app with your Firebase project resources. Visit Understand Firebase Projectsto learn moreabout Firebase p...

    This page describes setup instructions for the Firebase JS SDK's modular API,which uses a JavaScript Moduleformat. This workflow uses npm and requires module bundlers or JavaScript frameworktooling because the modular API is optimized to work withmodule bundlersto eliminate unused code (tree-shaking) and decrease SDK size. 1. Install Firebase using...

    Firebase services (like Cloud Firestore, Authentication, Realtime Database,Remote Config, and more) are available to import within individualsub-packages. The example below shows how you could use the Cloud Firestore Lite SDK to retrievea list of data.

    The Firebase Web SDK is designed to work with module bundlers to remove anyunused code (tree-shaking). We strongly recommend using this approach forproduction apps. Tools such as the Angular CLI,Next.js, Vue CLI, or CreateReact Appautomaticallyhandle module bundling for libraries installed through npm and imported intoyour codebase. See our guide U...

    Now that you're setup to use Firebase, you can start adding and using any of thefollowing available Firebase services in your web app. The following commands show how to import Firebase libraries installed locallywith npm. For alternative import options, see theavailable libraries documentation.

    Learn about Firebase: 1. Explore sample Firebase apps. 2. Get hands-on experience with theFirebase Web Codelab. 3. Explore the open source code inGitHub. 4. Review the supported environmentsfor theFirebase JavaScript SDK. 5. Speed up your development with additional Firebase-maintained open sourcelibraries, likeAngularFire,RxFire, andFirebaseUI for...

    Learn how to use the Firebase JavaScript SDK in your web app or as a client for end-user access. Follow the steps to create a Firebase project, register your app, install the SDK, initialize Firebase, and access Firebase services.

  5. Jun 17, 2024 · Firebase is a platform for building web apps with cloud services. Learn how to choose the right SDK version, add the libraries to your app, and understand the Firebase config object.

  6. Firebase offers developer documentation for its products, such as databases, machine learning, hosting, and Cloud Functions. You can learn by reading guides, doing codelabs, or referencing SDKs and APIs.

  1. People also search for