Results 171 to 180 of about 16,074 (215)
Some of the next articles are maybe not open access.
2017
Firebase App Indexing is a technology that helps re-engage your users by leveraging something they do on their devices every day – search.
openaire +1 more source
Firebase App Indexing is a technology that helps re-engage your users by leveraging something they do on their devices every day – search.
openaire +1 more source
Displaying Recipes from Firebase
2021Now that we have completed the initial setup of our recipe site, it’s time to use the graphql in our code so we can display recipes. In this chapter, we will first update the code for our home page. Then we will create the individual pages and change the title and footer. Finally, we will be showing Recipe Details and updating the home page.
openaire +1 more source
2017
Cloud Functions for Firebase lets you run code on a cloud-based back end in response to events triggered by some of Firebase features and/or HTTPS requests. You’ll code using Node.js, and the code is stored and executed on Google’s cloud in a managed environment.
openaire +1 more source
Cloud Functions for Firebase lets you run code on a cloud-based back end in response to events triggered by some of Firebase features and/or HTTPS requests. You’ll code using Node.js, and the code is stored and executed on Google’s cloud in a managed environment.
openaire +1 more source
2019
As an entrepreneur/mentor, I’ve been pitched a ton of great ideas for business apps. Without exception every one that had any worth has involved a server storing data. So if we care about the real-world use of Flutter, it would be criminal to ignore talking to a production-ready server.
openaire +1 more source
As an entrepreneur/mentor, I’ve been pitched a ton of great ideas for business apps. Without exception every one that had any worth has involved a server storing data. So if we care about the real-world use of Flutter, it would be criminal to ignore talking to a production-ready server.
openaire +1 more source
Building a To-Do App with React and Firebase
2021In the previous chapter, you learned to deploy a React app through Firebase. In this chapter, you will learn how to build an awesome to-do list app in ReactJS, with the data stored in the back end, specifically in a Firebase Firestore database. The hosting will also be in Firebase.
openaire +1 more source
2017
Firebase Cloud Messaging is designed to provide connection to your devices via messages and notifications. It’s intended to be reliable, with 98% of messages delivered to connected devices in 500ms or less, as well as massively scalable, with an infrastructure that delivers over a trillion messages each week. Being able to deliver messages is one thing,
openaire +1 more source
Firebase Cloud Messaging is designed to provide connection to your devices via messages and notifications. It’s intended to be reliable, with 98% of messages delivered to connected devices in 500ms or less, as well as massively scalable, with an infrastructure that delivers over a trillion messages each week. Being able to deliver messages is one thing,
openaire +1 more source
2017
Firebase Hosting is designed to provide fast, globally cached and secure hosting for your web app. It’s used for web sites that host static files – such as HTML, JavaScript, CSS, and more. This gives you the ability to build and host a progressive web app with the likes of Angular.
openaire +1 more source
Firebase Hosting is designed to provide fast, globally cached and secure hosting for your web app. It’s used for web sites that host static files – such as HTML, JavaScript, CSS, and more. This gives you the ability to build and host a progressive web app with the likes of Angular.
openaire +1 more source
Building a Stories App with React and Firebase
2021In this chapter, you will learn how to build a stories app in ReactJS. Stories apps are quite popular nowadays, and every big social media platform has the capability for users to add stories, which are short videos, to their platforms. In our app, we will be able to scroll short videos that will be stored in the Firebase Firestore database.
openaire +1 more source
The Firebase Realtime Database
2017The Firebase Realtime Database is a NoSQL cloud-based database that syncs data across all clients in realtime, and provides offline functionality. Data is stored in the Realtime database as JSON, and all connected clients share one instance, automatically receiving updates with the newest data.
openaire +1 more source
Using Authentication in Firebase
2017Most apps need to have some form of user identification. This allows them to set preferences, store data, and provide personalized experiences that are consistent across all of the user’s devices. In order to provide this, they need to provide the facility to sign up new users, sign in existing users, manage account details, and keep all of this data ...
openaire +1 more source

