Firebase

Firebase смотреть последние обновления за сегодня на .

Firebase in 100 Seconds

441357
20347
452
00:02:35
17.02.2022

Firebase is a suite of tools for building apps on top of Google Cloud Platform. It's most famous for its realtime database, but also includes services for user authentication, serverless computing, push messaging, file storage, and more. 🤍 #databases #tech #100SecondsOfCode This video is NOT sponsored. 🔗 Resources Firebase 🤍 Firebase Basics Tutorial 🤍 Firebase History 🤍 🔥 Get More Content - Upgrade to PRO Upgrade to Fireship PRO at 🤍 Use code lORhwXd2 for 25% off your first payment. 🎨 My Editor Settings - Atom One Dark - vscode-icons - Fira Code Font 🔖 Topics Covered What is Firebase? Firebase basics tutorial Who founded firebase? Is Firebase owned by Google? What is Firebase used for? Is Firebase secure?

Firebase - Ultimate Beginner's Guide

920096
18162
601
00:21:45
27.02.2018

UPDATE. See the latest basics video here: 🤍 Master the basics of Firebase in 20 minutes. In this episode, we run through hosting, auth, firestore, storage, and cloud functions using nothing but plain JavaScript. 🤍 - Firebase 🤍 - CLI Tools 🤍

Firebase - Back to the Basics

510942
15047
498
00:25:23
29.07.2020

I'm back with an updated Firebase Basics tutorial 🔥 Follow along with the full Firebase quickstart article 🤍 Source code: 🤍 Install the quiz app 🤓 iOS 🤍 Android 🤍 Upgrade to Fireship PRO at 🤍 Use code lORhwXd2 for 25% off your first payment. My VS Code Theme - Atom One Dark - vscode-icons

Catch up on the highlights from Firebase @ Google I/O ‘23

4483576
152
6
00:04:06
12.05.2023

We shared a lot of updates at #GoogleIO 2023! From new AI Extensions to real-time updates for Remote Config, learn how we're bringing the power of AI to our products and making full stack development seamless and simpler. New in Firebase → 🤍 Recap blog → 🤍 Watch all Firebase Sessions → 🤍 Subscribe to Firebase → 🤍 #GoogleIO

What's new in Firebase

19521
422
50
00:29:46
10.05.2023

Firebase is the thread that simplifies the communication between all parts of your stack. Discover the newest features like running server code, quickly finding and fixing crashes, and strengthening app security. To watch this Keynote interpreted in American Sign Language (ASL), please click here → 🤍 Speakers: Dmitry Lyalin, Dan Chuparkoff, Yvonne Monterroso, Marina Coelho Watch more: Watch all Firebase Sessions → 🤍 Watch all the Keynotes from Google I/O 2023→ 🤍 Watch more Mobile Sessions → 🤍 Watch more Web Sessions → 🤍 All Google I/O 2023 Sessions → 🤍 Subscribe to Firebase → 🤍 #GoogleIO

Firebase – Full Course for Beginners

335495
5843
193
03:44:51
31.03.2022

Firebase is a platform developed by Google for creating mobile and web applications. Learn how to use Firebase 9 in this full course for beginners. Plus, learn how to integrate Firebase with different JavaScript Frameworks. ✏️ Cybernatico developed this course. Check out their channel: 🤍 💻 Code: 🤍 🔗 Firebase Documentation: 🤍 ⌨️ How to Setup Firebase and connect to a front-end application ⌨️ Firebase Authentication with different methods ⌨️ Firebase CRUD Operations, i.e. Add Data, Read Data, Update Data, and Delete Data ⌨️ Firebase Storage to store files ⌨️ Firebase Firestore Queries to filter data ⌨️ Firebase Real time listener in Firestore Database ⌨️ Firebase Hosting ⌨️ Firebase with Different JavaScript Frameworks 0:00 - Introduction 1:02 - Authentication 13:24 - Firestore Database 27:24 - Firebase Storage 38:10 - Firebase Realtime Updates 41:10 - Firebase Firestore Queries 44:48 - Firebase Hosting 47:39 - Firebase Security Rules 52:46 - Firebase onAuthStateChanged 56:23 - Firebase with Vanilla JavaScript 1:24:35 - Firebase with Angular 13 1:56:28 - Firebase with React 2:29:50 - Firebase with Next JS 🎉 Thanks to our Champion and Sponsor supporters: 👾 Raymond Odero 👾 Agustín Kussrow 👾 aldo ferretti 👾 Otis Morgan 👾 DeezMaster Learn to code for free and get a developer job: 🤍 Read hundreds of articles on programming: 🤍

I built a chat app in 7 minutes with React & Firebase

1114588
33815
1342
00:08:53
23.09.2020

Build a secure feature-complete chat app with React & Firebase in 7 minutes. Try it out 👉 🤍 Source Code: 🤍 ReactFire Game Lobby by Jarrett Helton: 🤍 #react #js #firebase Install the quiz app 🤓 iOS 🤍 Android 🤍 Upgrade to Fireship PRO at 🤍 Use code lORhwXd2 for 25% off your first payment. My VS Code Theme - Atom One Dark - vscode-icons - Fira Code Font

Firebase Tutorial for Beginners – Build a Mobile App with HTML, CSS, JavaScript

95250
3870
208
01:59:49
12.04.2023

Learn how to build a Mobile App with HTML, CSS, JavaScript and Google Firebase. Go here to try the interactive browser-version: 🤍 ✏️ This course was created by Rafid Hoda, a teacher at Scrimba. You can follow Rafid on Twitter here: 🤍 We recommend that you learn basic HTML, CSS, and JavaScript before taking this course. 💫 Links mentioned: 🔗 EpochConverter: 🤍 🔗 Meta viewport explained by Kevin Powell: 🤍 🛠 Tools used: 🔗 Firebase: 🤍 🔗 Favicon: 🤍 🔗 Netlify: 🤍 🔗 Figma: 🤍 🔗 Google Fonts: 🤍 ⭐️ Code ⭐️ 🔗 Download via Scrimba: 🤍 🐱 Want to get access to the cute cat images used in this course? → Search for "Peach and Goma cat" on Google Image. ⭐️ Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:01:57) Let's Build a Mobile App with Firebase ⌨️ (0:06:02) Setting up app skeleton ⌨️ (0:09:53) Adding CSS ⌨️ (0:14:16) Aside: Firebase Realtime Database ⌨️ (0:24:21) Adding Firebase to project ⌨️ (0:29:13) Security Rules ⌨️ (0:31:46) innerHTML to append li to ul ⌨️ (0:35:23) Refactoring ⌨️ (0:40:15) Aside: Turning an Object into an Array ⌨️ (0:44:28) Aside: Fetching database items in realtime using onValue ⌨️ (0:54:54) Updating items in realtime ⌨️ (0:57:41) For loop to render database items ⌨️ (1:00:42) Let's smash the bug ⌨️ (1:03:32) Aside: Flexbox flex-wrap ⌨️ (1:04:54) Aside: Flexbox gap ⌨️ (1:06:15) Adding CSS for li to wrap items ⌨️ (1:10:22) Getting ID of item in database ⌨️ (1:14:35) Replacing innerHTML with createElement ⌨️ (1:19:48) Aside: Removing items from Firebase ⌨️ (1:25:09) Removing an item when clicked ⌨️ (1:29:22) Only fetching items from database if snapshot exists ⌨️ (1:33:28) Adding hover styles to buttons ⌨️ (1:35:20) Aside: user-select ⌨️ (1:37:04) Aside: Setting the viewport ⌨️ (1:38:58) Making the app more mobile-friendly ⌨️ (1:40:35) Aside: Favicon ⌨️ (1:42:42) Adding favicon and phone icons ⌨️ (1:43:58) Aside: Web Application Manifest ⌨️ (1:46:39) Turning web app into "mobile" app ⌨️ (1:47:40) Personalise your app ⌨️ (1:49:10) Deploy to Netlify ⌨️ (1:51:48) Add app to home screen ⌨️ (1:53:44) Share your creation ⌨️ (1:55:32) Recap ⌨️ (1:59:16) Outro + Credits Follow Scrimba on YouTube: 🤍 Follow Scrimba on Twitter: 🤍

Firebase React Course For Beginners - Learn Firebase V9+ in 2 Hours

62068
2243
169
01:39:04
31.01.2023

Keep exploring at 🤍 Get started for free, and hurry—the first 200 people get 20% off an annual premium subscription. Learn Firebase Authentication, Firestore CRUD, Firestore Rules, Firebase Image Upload, FIrebase Deploying and Hosting. Code: 🤍 Join our Discord: 🤍 🚀 Learn ReactJS By Building 6 Projects: 🤍 🐙 GraphQL Course: 🤍 ► Buy Crypto on Coinbase: coinbase-consumer.sjv.io/PedroTech Social ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ Website: machadopedro.com Linkedin: 🤍 Instagram: 🤍 Github: 🤍 Business Email: pedro🤍pedrotech.co *TIMESTAMPS* 00:00:00 | Intro 00:03:04 | Project Setup 00:06:56 | Setting up Authentication 00:28:44 | CRUD 00:44:22 | Firestore Rules 01:03:46 | File Upload 01:10:27 | Hosting using Firebase Tags: - ReactJS Tutorial - ReactJS and MySQL - NodeJS Tutorial - API Tutorial FTC DISCLAIMER: This video was sponsored by Brilliant. #reactjs #coding

Firebase Tutorial | Getting started with Firebase | Firebase for Beginners | Edureka

30262
413
17
00:22:24
22.12.2021

🔥 For Top IT Trending Courses and Certifications Visit: 🤍. Use code "YOUTUBE20" to get Flat 20% off on any training. This Edureka Firebase Tutorial video helps you in understanding Firebase from scratch for a beginner and experienced along with a hands-on. It also covers the job demands for Firebase usage in the market. This video contains the following topics: 📝Feel free to share your experience of Factor Analysis in the comment section below.📝 📢📢 𝐓𝐨𝐩 𝟏𝟎 𝐓𝐫𝐞𝐧𝐝𝐢𝐧𝐠 𝐓𝐞𝐜𝐡𝐧𝐨𝐥𝐨𝐠𝐢𝐞𝐬 𝐭𝐨 𝐋𝐞𝐚𝐫𝐧 𝐒𝐞𝐫𝐢𝐞𝐬 📢📢 ⏩Top 10 Technologies to Learn in 2021: 🤍 ⏩Top 10 Certifications for 2021: 🤍 ⏩Top 10 Highest Paying Jobs for 2021: 🤍 ⏩Top 10 IT Jobs For 2021: 🤍 ⏩Top 10 IT Companies To Work For In 2021: 🤍 ⏩Top 10 Technologies That Changed The World: 🤍 -𝐄𝐝𝐮𝐫𝐞𝐤𝐚 𝐎𝐧𝐥𝐢𝐧𝐞 𝐓𝐫𝐚𝐢𝐧𝐢𝐧𝐠 𝐚𝐧𝐝 𝐂𝐞𝐫𝐭𝐢𝐟𝐢𝐜𝐚𝐭𝐢𝐨𝐧- 🔵 DevOps Online Training: 🤍 🌕 Python Online Training: 🤍 🔵 AWS Online Training: 🤍 🌕 RPA Online Training: 🤍 🔵 Data Science Online Training: 🤍 🌕 Big Data Online Training: 🤍 🔵 Java Online Training: 🤍 🌕 Selenium Online Training: 🤍 🔵 PMP Online Training: 🤍 🌕 Tableau Online Training: 🤍 -𝐄𝐝𝐮𝐫𝐞𝐤𝐚 𝐌𝐚𝐬𝐭𝐞𝐫𝐬 𝐏𝐫𝐨𝐠𝐫𝐚𝐦𝐬- 🔵 DevOps Engineer Masters Program: 🤍 🌕 Cloud Architect Masters Program: 🤍 🔵 Data Scientist Masters Program: 🤍 🌕 Big Data Architect Masters Program: 🤍 🔵 Machine Learning Engineer Masters Program: 🤍 🌕 Business Intelligence Masters Program: 🤍 🔵 Python Developer Masters Program: 🤍 🌕 RPA Developer Masters Program: 🤍 🔵 Web Development Masters Program: 🤍 𝐄𝐝𝐮𝐫𝐞𝐤𝐚 𝐏𝐆𝐃 𝐂𝐨𝐮𝐫𝐬𝐞𝐬 🔵 Artificial Intelligence and Machine Learning PGD: 🤍 🌕 Top 10 Programming Languages in 2021 blog: 🤍 🔴 Subscribe to our channel to get video updates. Hit the subscribe button above: 🤍 📢📢 𝐄𝐝𝐮𝐫𝐞𝐤𝐚 𝐒𝐨𝐜𝐢𝐚𝐥 𝐌𝐞𝐝𝐢𝐚 𝐂𝐡𝐚𝐧𝐧𝐞𝐥𝐬 📢📢 📌𝐓𝐞𝐥𝐞𝐠𝐫𝐚𝐦: 🤍 📌𝐋𝐢𝐧𝐤𝐞𝐝𝐈𝐧: 🤍 📌𝐈𝐧𝐬𝐭𝐚𝐠𝐫𝐚𝐦: 🤍 📌𝐓𝐰𝐢𝐭𝐭𝐞𝐫: 🤍 📌𝐅𝐚𝐜𝐞𝐛𝐨𝐨𝐤: 🤍 📌𝐒𝐥𝐢𝐝𝐞𝐒𝐡𝐚𝐫𝐞: 🤍 📌𝐂𝐚𝐬𝐭𝐛𝐨𝐱: 🤍 📌𝐌𝐞𝐞𝐭𝐮𝐩: 🤍 📌𝐂𝐨𝐦𝐦𝐮𝐧𝐢𝐭𝐲: 🤍 #edureka #FirebaseTutorial #WhatisFirebase #FirebaseExplained #Firebase #FirebaseBeginners #FirebaseDatabase #EdurekaFirebase - Please write back to us at sales🤍edureka.co or call us at IND: 9606058406 / US: 18338555775 (toll-free) for more information

Getting started with Firebase for the web

247471
2378
200
00:10:59
25.08.2021

In this video, Firebase Senior Developer Advocate, David East will show us how to get started with Firebase for the web. No matter what platform or environment you’re using, David will discuss the fundamentals of including Firebase in your web app. Chapters: 0:00 - Intro 0:46 - Step 1. Installing Firebase 1:19 - Step 2. Creating a Firebase App 2:44 - Step 3. Importing Firebase services 5:15 - Step 3 cont. Browser modules 7:13 - Step 4. Bundling with webpack 10:29 - Wrapping up Resources: Firebase web documentation → 🤍 Download node.js / npm → 🤍 Firebase Security Rules → 🤍 Firebase App Check for web → 🤍 Webpack sourcemap options → 🤍 Subscribe to Firebase → 🤍 #FirebaseFundamentals product: Firebase - General; fullname: David East; re_ty: Publish;

Oats Studios - Volume 1 - Firebase

4812378
122115
7480
00:26:53
28.06.2017

Oats Website: 🤍oatsstudios.com Steam Page: 🤍 Twitter: 🤍 Instagram: 🤍 Facebook: 🤍

I tried 5 Firebase alternatives

546033
17611
717
00:10:31
09.09.2022

Firebase leads the backend-as-a-service space, but there are many popular alternatives like AWS amplify, Supabase, Nhost, MongoDB Realm, Appwrite, and Parse. Let's compare the pros and cons of fully-managed cloud services. #database #vs #programming NEW CHANNEL for advanced tutorials 🤍 🔗 Resources - Firebase 🤍 - AWS Amplify 🤍 - Supabase 🤍 - Nhost 🤍 - Appwrite 🤍 - Realm 🤍 - Firebase in 100 Seconds 🤍 - MongoDB in 100 Seconds 🤍 🔥 Get More Content - Upgrade to PRO Upgrade to Fireship PRO at 🤍 Use code lORhwXd2 for 25% off your first payment. 🎨 My Editor Settings - Atom One Dark - vscode-icons - Fira Code Font 🔖 Topics Covered - Best Firebase alternatives - Is firebase expensive? - Is Firebase part of Google Cloud? - How to build an app in the cloud - Firebase vs AWS Amplify - Firebase vs Supabase

The Decline of Firebase (bundle sizes) // New JavaScript SDK First Look

134524
6139
199
00:05:15
04.08.2021

The latest Firebase JavaScript SDK (version 9.0) has been rewritten as a functional library resulting far smaller bundle sizes for better web performance. Learn how to upgrade your Firebase web app 🤍 #firebase #javascript #firstlook 🔗 Resources Get Started with Firebase 🤍 Firebase Blog 🤍 🔥 Watch more with Fireship PRO Upgrade to Fireship PRO at 🤍 Use code lORhwXd2 for 25% off your first payment. 🎨 My Editor Settings - Atom One Dark - vscode-icons - Fira Code Font

Firebase vs Supabase — I Built The Same App With Both

25469
925
58
00:06:21
14.10.2022

I built the same app using Firebae and Supabase. Supabase advertises itself as the Firebase open source but is that a fair comparison? In this video I put the two tech stacks head to head with each other to see how they compare. Link to Supabase: 🤍 Interested in trying out linkful? Sign up to get on the waitlist here: 🤍 Check out Linkful! linkful.app/youraveragetechbro. You can test it out by pasting in the link to this TikTok: 🤍 Get access to high quality coding projects that actually impress recruiters: 🤍 Check out all the gear that I use! 🤍 Follow me on TikTok: 🤍youravergetechbro

Что такое Firebase realtime database

31757
560
17
00:07:58
19.11.2020

Вся серия видео по работе с Firebase (realtime database) на PHP здесь: 🤍

Do we really need firebase in 2023

78124
1996
130
00:10:47
25.12.2022

🤍 To contribute in open source: 🤍 🤍 Wallpaper: 🤍 Facebook: 🤍 Instagram: 🤍 homepage: 🤍 Disclaimer: It doesn't feel good to have a disclaimer in every video but this is how the world is right now. All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you. All Amazon links are affiliate links (If any).

WHAT IS FIREBASE | FULL REVIEW

42831
663
17
00:05:58
29.12.2020

Today we are talking about Firebase. Watch this video to learn all Firebase features as well as its pros and cons! ▶ Contact Jelvix: hello🤍jelvix.com | jelvix.com We are a technology consulting and software development company eager to share our knowledge and experience. Subscribe for more tech tips and tutorials: 🤍 ▶ LINKS: - Data Engineer vs Data Scientist - 🤍 - Machine Learning Application - 🤍 ▶ Follow us: Facebook - 🤍 Twitter - 🤍 Instagram - 🤍 Linkedin - 🤍 Upwork - 🤍 ▶ About this video: What is Firebase? It is a Backend-as-a-Service platform offering a selection of development tools and backend for building highly-scalable apps. Watch this video to get to a detailed review of the platform’s features.

Firebase - O que é e para que serve? Ep. 1

69153
4696
128
00:15:10
03.07.2019

Olá, Seja bem vindo a mais um vídeo. Eu queria te agradecer por assistir, apoiar e se inscrever no canal. O seu like foi muito importante para esse vídeo atingir novas pessoas. Então muito obrigado! Você sabia que eu criei um curso online de desenvolvimento Frontend que vai te ensinar HTML, CSS, Javascript, Firebase, jQuery, Bootstrap e muito mais, mesmo que vc nunca tenha programado na vida? Confere aqui: 🤍 Ah, eu tb criei um segundo canal para falarmos de Marketing digital: 🤍 E para quem está procurando por uma hospedagem, eu consegui com a hostgator um super desconto. Vou deixar aqui em baixo os links. Mas fique atento que essa promoção com esse descontão só vale para primeira compra, então talvez seja mais interessante pegar um plano anual para cima. Ahhh e ela pode acabar a qualquer momento. Links com Super DESCONTO para o hostgator: Hospedagem de sites: 🤍 Criador de Sites: 🤍 Hospedagem Wordpress: 🤍 Revenda:Hospedagem de sites: 🤍 VPS: Hospedagem de sites: 🤍 Servidor Dedicado:Hospedagem de sites: 🤍 Participe do Grupo do Canal: 🤍 Minhas redes Sociais: Insta: 🤍 Twitter: 🤍

100 Firebase Tips, Tricks, and Screw-ups

162186
6760
250
00:24:31
14.10.2019

Top 100 Firebase Pro Tips 🔥💯. Optimize your app for performance, costs, and developer happiness - and avoid common mistakes 🤍 🍍 Firebase 🤍 🚀 Firebase PRO courses 🤍 Leave a comment below with your best Firebase Tip for a chance to win a free T-shirt. #top100 #firebase Take the Firebase quiz 🤓 iOS 🤍 Android 🤍 Upgrade to Fireship PRO at 🤍 Use code lORhwXd2 for 25% off your first payment.

React Authentication Crash Course With Firebase And Routing

580182
13709
1249
00:56:00
10.10.2020

🚨 IMPORTANT: Learn React Today Course: 🤍 Authentication is crucial for nearly every application. It can also be incredibly difficult to create a good authentication solution. This is where firebase comes in. Firebase makes it incredibly easy to create a secure authentication solution, and in this video I will be showing you how to setup firebase auth with React. 📚 Materials/References: GitHub Code: 🤍 useContext Tutorial: 🤍 🧠 Concepts Covered: - How to setup firebase auth - How to use firebase in React - How to setup secure Firebase in React 🌎 Find Me Here: My Blog: 🤍 My Courses: 🤍 Patreon: 🤍 Twitter: 🤍 Discord: 🤍 GitHub: 🤍 CodePen: 🤍 ⏱️ Timestamps: 00:00 - Introduction 00:43 - Demo 01:38 - Firebase Setup 08:36 - Signup Component 16:03 - Auth Context Setup 20:20 - Signup Component Functionality 25:28 - Auth Loading State 27:11 - Routing Setup 30:11 - Login Component 32:32 - Marker 9 35:44 - Dashboard Component 39:15 - Logout Functionality 41:02 - Private Routes 43:38 - Password Reset 49:17 - Profile Update 55:46 - Outro #FirebaseAuth #WDS #ReactJS

Firebase na Prática com o Realtime Database // Mão no Código #13

39544
2725
63
00:08:28
13.06.2019

🤝 𝗧𝗥𝗘𝗜𝗡𝗔𝗪𝗘𝗕: 🤍 Nesse mão no código vamos mostrar o Realtime Database do Firebase na prática. Veja como ele é simples de utilizar e como pretendemos utilizá-lo para complementar outro projeto do canal. 📝 𝗟𝗶𝗻𝗸𝘀 𝗖𝗶𝘁𝗮𝗱𝗼𝘀 → Firebase: 🤍 → Firebase // Dicionário do Programador: 🤍 → NoSQL // Dicionário do Programador: 🤍 → Tic Tac Toe: 🤍 → Tic Tac Toe (Atualização dos inscritos): 🤍 ☕ 𝗦𝗲𝗷𝗮 𝘂𝗺 𝗺𝗲𝗺𝗯𝗿𝗼 𝗱𝗼 𝗖𝗹𝘂𝗯𝗲 𝗱𝗼𝘀 𝗖𝗗𝗙𝘀 → 🤍 🎧 𝗣𝗹𝗮𝘆𝗹𝗶𝘀𝘁𝘀 → Dicionário do Programador: 🤍 → Vlog: 🤍 → Mão no Código: 🤍 → CDF na Estrada: 🤍 → CAC: 🤍 👕 𝗟𝗼𝗷𝗮 𝗖𝗗𝗙𝗧𝗩 → 🤍 🔔 𝗦𝗶𝗴𝗮 𝗮𝘀 𝗿𝗲𝗱𝗲𝘀 𝗱𝗼 𝗖𝗗𝗙𝗧𝗩 → Instagram: 🤍 → Grupo Facebook: 🤍 👓 𝗦𝗶𝗴𝗮 𝗼𝘀 𝗖𝗗𝗙𝘀 ▸ 𝗚𝗮𝗯𝗿𝗶𝗲𝗹 𝗙𝗿𝗼𝗲𝘀 → 🤍 → 🤍 ▸ 𝗩𝗮𝗻𝗲𝘀𝘀𝗮 𝗪𝗲𝗯𝗲𝗿 → 🤍 → 🤍 ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖ 𝑵ó𝒔 ❤ 𝒓𝒆𝒄𝒆𝒃𝒆𝒓 𝒑𝒓𝒆𝒔𝒆𝒏𝒕𝒆𝒔, 𝒄𝒂𝒓𝒕𝒂𝒔, 𝒃𝒓𝒊𝒏𝒅𝒆𝒔 𝒆 𝒎𝒊𝒎𝒐𝒔. Caixa Postal: 91735 - Cep: 25620-972 Petrópolis / RJ © licença-da-musica-aqui ❗ Edição e Áudio: RW Studio 🚫 Um vídeo do site Código Fonte - 🤍 #FireBase #RealtimeDatabase #GoogleCloud

서버지식없이 당근마켓 만드는 법 (Firebase로 만드는 당근마켓 2시간컷)

52528
642
30
00:07:43
13.06.2021

다음 시간에 Firebase 설치하고 당근마켓이나 만들어봅시다 전체강의는 🤍

لماذا الفايربيز ؟ {#كوفي_بريك }(21) || why Firebase ?

23693
1021
61
00:04:46
01.09.2020

لماذا بستخدم فايربيز في اغلب مشاريعي ؟؟ My courses : 🤍 🤍 🤍 انضم النا عالفيسبوك : 🤍 تجارب مطور: 🤍 الانترفيو: 🤍 بودكاست #حمزة_سالم: 🤍 افكار تطبيقات : 🤍 LevelUp For junior Developers: 🤍 بلوك شين بالعربية | برمجة بلوك شين: 🤍 Anchor: 🤍 Breaker: 🤍 Google Podcasts: 🤍 RadioPublic: 🤍 Spotify: 🤍 Follow Me On Social Media : 🤍 🤍 🤍

المقدمة :- ماهو الـ Firebase

125521
2716
90
00:06:06
07.05.2018

تعلم الـ Firebase مع الـ Android :- المقدمة ماهو الـ Firebase دورة Firebase من الصفر , ابدأ الان معنا. قناتنا على التليجرام : 🤍 الكروب : 🤍 الصفحه: 🤍 تعلم الكوتلن المستوى الاول : - 🤍 تعلم الكوتلن المستوى الثاني : 🤍

Serverless tutorial [Firebase Functions, Google Cloud] ⌨️ hello roman #71

17936
516
63
00:22:41
05.09.2019

Serverless to jedna z największych rewolucji w sposobie tworzenia produktów cyfrowych. Dzięki niezawodnym, małym fragmentom kodu hostowanych na potężnych chmurowych rozwiązaniach jesteśmy w stanie tworzyć rzeczy, które wcześniej były niemożliwe bez pomocy backendowców. Chris Coyier Serverless: 🤍 Na stronie Chrisa znajdziecie mnóstwo pomysłów na projekty z użyciem serverless - to doskonała okazja, żeby lepiej zrozumieć jak tworzyć tego typu rzeczy! ⭐️ Wesprzyj kanał za 34,99 zł na miesiąc i uzyskaj dostęp do wszystkich moich kursów na kanale: 🤍 📓 Kup Hello Notes na 🤍 🔔 Subskrybuj mój kanał - 🤍 📌 Sprawdź też: Instagram - 🤍 Facebook - 🤍 Moja strona - 🤍 📫 Mój newsletter - 🤍 ✉️ Kontakt - helloroman.vlog🤍gmail.com W moich filmach znajdziecie wiele praktycznych porad, jak zacząć swoją przygodę z programowaniem, na co uważać, jak motywować się do pracy, aby nie stracić zapału. Wspólnie odkrywać będziemy możliwości jakie kryją JavaScript, HTML i CSS – pomogę Wam także zrozumieć, jak skutecznie wykorzystywać potencjał popularnych frameworków, takich jak Vue lub React.

Авторизация в React-приложении с Firebase и Redux-Toolkit

54457
1684
175
00:47:24
03.11.2021

Регистрация и авторизация через Google Firebase в React-приложении с использованием Redux-Toolkit. В версиях JavaScript и TypeScript. Код из видео 🤍 00:00 Постановка задачи 01:29 Зависимости проекта 02:32 Настройка роутинга 07:04 Redux стор и слайс 11:26 Кастомный хук useAuth 12:53 Подключение Firebase 17:47 Компоненты с формами 20:45 Логика авторизации и регистрации 35:49 Рефакторинг для TypeScript Мои курсы по вебу с купонами: ✅ 🤍 📢 Поддержка канала: 🤍 🤍

How to build web applications with Firebase and Google Cloud

2316
57
2
00:15:36
10.05.2023

Firebase and Google Cloud are a powerful combination for building fast, scalable, and reliable web applications. Cloud Run allows you to easily serve your backend code written in any programming language. Firebase adds a custom domain, a global content delivery network, and many more useful integrations. Together, Firebase and Cloud Run make it easy to build and deploy web apps that can handle large amounts of traffic. Resources: Firebase: Integrate web frameworks with Hosting → 🤍 Google Cloud Run → 🤍 Google Cloud Innovators → 🤍 Speaker: Wietse Venema Watch more: Watch all Google Cloud Tech Sessions → 🤍 Watch all the Technical Sessions from Google I/O 2023 → 🤍 Watch more Mobile Sessions → 🤍 Watch more Cloud Sessions → 🤍 All Google I/O 2023 Sessions → 🤍 Subscribe to Google Cloud Tech → 🤍 #GoogleIO

Which one should you choose? AWS or Firebase or Digital Ocean 🔥🤯👨‍💻

67674
3720
70
00:01:00
15.07.2022

= 👨👩👧👦 Join our Discord Community: 🤍 🐦 Follow me on Twitter: 🤍 📸 Follow me on Instagram: 🤍 #web3 #frontend #blockchaindeveloper

إنشاء مشروع فايربيز وربطه بالتطبيق : Chat mobile app 04 - Flutter & Firebase/Firestore

22674
514
58
00:10:27
07.09.2021

سنتعلم في هذا الفيديو ونتعرف على الفايربيز وسنقوم بإنشاء حساب فايربيز وننشأ مشروع جديد وربطه بتطبيق الموبايل الذي نعمل عليه. وسنكمل العمل على كورس تعلم برمجة وتطوير تطبيقات الموبايل مع فلاتر 🤍 Flutter, Database, Firebase, Firestore, Chat app #Flutter #Database #Firebase, #Firestore, #ChatApp learning, flutter app development كورس فلاتر، تعلم فلاتر، تعلم تصميم برامج وتطبيقات الموباير، دروس تصميم وتعلم تطبيقات الموبايل تحميل ملفات التطبيق - Github -Chat App Starting files - 🤍 روابط مفيدة - Join my channel -🤍 - Subscribe - 🤍 - My Github - 🤍 - My Patreon - 🤍 - My website - 🤍 - My Email - ammar🤍develooper.io

Аутентифікація для React застосунку за 10 хвилин за допомогою Firebase - основи

3155
240
9
00:10:31
29.09.2022

Налаштовуємо просту аутентифікацію в React за допомогою Firebase за 10 хвилин. Важливо: показувати на відео та комітити будь-які ключі до ресурсів, паролі до користувачів, телефони або будь-які інші персональні дані дуже і дуже погана ідея. НЕ РОБІТЬ ТАК. Наш телеграм: 🤍 Скорочений курс з React для початківців 🤍 Підтримати канал: 🤍

GCP vs. Firebase - Projects & storage

33307
643
12
00:05:21
22.01.2020

In this episode of GCP Essentials, Alexis Moussine-Pouchkine goes over the relationship between Firebase and Google Cloud Platform. Stay tuned to find out how the two platforms have a lot in common and were conceived to nicely complement one another! Firebase → 🤍 Firebase & Google Cloud Platform - Better together → 🤍 What’s the relationship between Firebase and Google Cloud? → 🤍 Google Cloud and Firebase billing for your project is shared → 🤍 User roles and permissions for your project is shared → 🤍 Data & Storage Overview → 🤍 The GCP Essentials Playlist → 🤍 Subscribe to the Google Cloud Platform Channel to learn more about our products → 🤍 product: Cloud Storage; fullname: Alexis Moussine-Pouchkine; #GCPessentials

Supabase : une bonne alternative open source à Firebase ?

1220
77
9
00:10:50
25.03.2023

Tous les cours géniaux de Purple Giraffe sont dispos ici 🤍 Infos et liens de la vidéo. ➡️ Supabase est un headless CMS surpruissant qui vise à concurrencer Firebase tout en restant open source et donc instllable gratuitement sur vos propres serveurs. Le principe est similaire à Directus dont nous avons souvent parlé sur cette chaîne : 🤍 Supabase : 🤍 Heberger son instance Supabase : 🤍 20€ de crédit Hetzner pour votre propre serveur : 🤍 (lien de parrainage) Vous voulez apprendre à créer vos propres apps iPhone et Android ? Commencez d'abord par le cours gratuit de 1H qui existe en 2 versions : - iPhone / Swift : 🤍 - Flutter / Dart : 🤍

NEW Firebase Features Just Dropped

116242
5679
195
00:03:26
19.10.2022

Firebase just announced a bunch of big new features like SSR hosting for Next.js, aggregation queries for Firestore, an extensions marketplace, and more in at Firebase Summit 2022. Become a PRO member at 🤍 to see these features in action.

Firebase Security in 100 Seconds

69785
3556
113
00:02:20
03.12.2020

🛡️ Secure your Firebase app in 100 Seconds! Learn the basics of Firestore Rules then enroll in my Firebase Security Course 🤍 #firebase #100SecondsOfCode Install the quiz app 🤓 iOS 🤍 Android 🤍 Upgrade to Fireship PRO at 🤍 Use code lORhwXd2 for 25% off your first payment. My VS Code Theme - Atom One Dark - vscode-icons - Fira Code Font

【Firebase】10 分鐘從無到完整的 Firebase 設定教學

6484
86
1
00:09:26
22.01.2021

Github - CRUD 及初始化設定檔案: 🤍

COMO USAR O FIREBASE EM SEU APLICATIVO - FLUTTERFLOW [PASSO A PASSO]

9287
546
36
00:24:41
27.10.2021

A FlutterFlow possui integração com o Firebase basta configurar em seu aplicativo. Nesse vídeo vou mostrar como fazer isso, é bem tranquilo. 🤍FlutterFlow CRIE SUA CONTA NA FLUTTERFLOW ✅ 🤍 QUER APRENDER MAIS SOBRE NO-CODE, LOW-CODE E VIRAR UM PROGRAMADOR DE VERDADE? ACESSE: ✅ 🤍 🔳 Porém eu e a minha casa serviremos ao Senhor. 🙏 (Josué 24:15) BAIXE O E-BOOK GRATUITO: A REVOLUÇÃO LOW-CODE. EM: ✅ 🤍 VISITE MEU SITE: ✅ 🤍 SIGA MINHAS REDES SOCIAIS: ✅ INTAGRAM: 🤍 ✅ TIKTOK: 🤍 ✅ FACEBOOK: 🤍 ✅ TELEGRAM: 🤍 ✅ OUTROS: 🤍 AJUDE O CANAL A PRODUZIR MAIS CONTEÚDOS, SAIBA MAIS: ⭕ 🤍 CONTATO PARA PARCERIAS E EVENTOS: ✅ contato🤍leoandrade.net CURSOS QUE EU INDICO: 🔷 SCRUM MASTER DEFINITIVO: 🤍 🔷 CURSO DE INGLÊS: 🤍 #flutterflow #firebase #aplicativos

Firebase // Dicionário do Programador

47952
4971
104
00:12:39
08.04.2019

🤝 𝗛𝗢𝗦𝗧𝗚𝗔𝗧𝗢𝗥 → 🤍 Você sem dúvida já deve ter ouvido falar de Firebase por aí. Essa solução do Google Cloud Platform é muito mais que uma simples ferramenta para desenvolvimento de mobile apps. Venha conosco descobrir como o Firebase pode ajudar e simplificar o desenvolvimento de Apps. ▸ 𝗛𝗢𝗦𝗧𝗚𝗔𝗧𝗢𝗥 → Cupom Exclusivo com 50% de desconto: CODIGOFONTE → Vagas e Oportunidades: 🤍 ☕ 𝗦𝗲𝗷𝗮 𝘂𝗺 𝗺𝗲𝗺𝗯𝗿𝗼 𝗱𝗼 𝗖𝗹𝘂𝗯𝗲 𝗱𝗼𝘀 𝗖𝗗𝗙𝘀 → 🤍 🎧 𝗣𝗹𝗮𝘆𝗹𝗶𝘀𝘁𝘀 → Dicionário do Programador: 🤍 → Vlog: 🤍 → Mão no Código: 🤍 → CDF na Estrada: 🤍 → CAC: 🤍 👕 𝗟𝗼𝗷𝗮 𝗖𝗗𝗙𝗧𝗩 → 🤍 🔔 𝗦𝗶𝗴𝗮 𝗮𝘀 𝗿𝗲𝗱𝗲𝘀 𝗱𝗼 𝗖𝗗𝗙𝗧𝗩 → Instagram: 🤍 → Grupo Facebook: 🤍 👓 𝗦𝗶𝗴𝗮 𝗼𝘀 𝗖𝗗𝗙𝘀 ▸ 𝗚𝗮𝗯𝗿𝗶𝗲𝗹 𝗙𝗿𝗼𝗲𝘀 → 🤍 → 🤍 ▸ 𝗩𝗮𝗻𝗲𝘀𝘀𝗮 𝗪𝗲𝗯𝗲𝗿 → 🤍 → 🤍 ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖ 𝑵ó𝒔 ❤ 𝒓𝒆𝒄𝒆𝒃𝒆𝒓 𝒑𝒓𝒆𝒔𝒆𝒏𝒕𝒆𝒔, 𝒄𝒂𝒓𝒕𝒂𝒔, 𝒃𝒓𝒊𝒏𝒅𝒆𝒔 𝒆 𝒎𝒊𝒎𝒐𝒔. Caixa Postal: 91735 - Cep: 25620-972 Petrópolis / RJ ❗ Edição e Áudio: RW Studio 🚫 Um vídeo do site Código Fonte - 🤍 #Firebse #GoogleCloud #Mobile

Make your app the best it can be with Firebase

9474978
812
56
00:01:08
21.04.2022

Firebase helps you build and grow apps and games users love with a platform designed to help throughout your app and business’s journey. Get to market faster, doing what you love. Make confident decisions to deliver the best experience. And find everything you need to grow. All in one platform, trusted by millions of developers to reach billions of users around the world. Make your app the best it can be with Firebase. Learn more → 🤍 Subscribe to Firebase → 🤍 #Firebase

Назад
Что ищут прямо сейчас на
firebase নতুন ওয়াজ মিজানুর রহমান আজহারী গুনাহ থেকে বাঁচার উপায় আবরারুল হক আসিফ ওয়াজ figma all plugin আবরারুল হক আসিফ নতুন ওয়াজ prediksi hari ini booba meme cabal online гайд Sesame Sauce chilli vibe АМБАР ДЛЯ ЖИВОТНЫХ В МАЙНКРАФТ sevali duwili Magnific Finesse spring fragrances доработка плуга плн Ahl Masr amd bios flash movavi video crack