Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Firebase & Firestore  Masterclass Vote_lcapFirebase & Firestore  Masterclass Voting_barFirebase & Firestore  Masterclass Vote_rcap 
ПΣӨƧӨFƬ
Firebase & Firestore  Masterclass Vote_lcapFirebase & Firestore  Masterclass Voting_barFirebase & Firestore  Masterclass Vote_rcap 
ℛeℙ@¢ᴋ€r
Firebase & Firestore  Masterclass Vote_lcapFirebase & Firestore  Masterclass Voting_barFirebase & Firestore  Masterclass Vote_rcap 
missyou123
Firebase & Firestore  Masterclass Vote_lcapFirebase & Firestore  Masterclass Voting_barFirebase & Firestore  Masterclass Vote_rcap 
大†Shinegumi†大
Firebase & Firestore  Masterclass Vote_lcapFirebase & Firestore  Masterclass Voting_barFirebase & Firestore  Masterclass Vote_rcap 
Engh3
Firebase & Firestore  Masterclass Vote_lcapFirebase & Firestore  Masterclass Voting_barFirebase & Firestore  Masterclass Vote_rcap 
ronaldinho424
Firebase & Firestore  Masterclass Vote_lcapFirebase & Firestore  Masterclass Voting_barFirebase & Firestore  Masterclass Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Winxvideo AI 3.1.0.0 (x64) Multilingual
Firebase & Firestore  Masterclass EmptyHoy a las 2:38 pm por ПΣӨƧӨFƬ

» AnyMP4 Video Converter Ultimate 8.5.58 (x64) Multilingual
Firebase & Firestore  Masterclass EmptyHoy a las 2:34 pm por ПΣӨƧӨFƬ

» 4Videosoft Video Converter Ultimate 7.2.60 (x64) Multilingual
Firebase & Firestore  Masterclass EmptyHoy a las 2:19 pm por ПΣӨƧӨFƬ

» Maplesoft Maple 2024.1.1 (x64) Multilingual
Firebase & Firestore  Masterclass EmptyHoy a las 1:58 pm por tano1221

» ARES Commander 2025.1 Build 25.1.1.2142 (x64)
Firebase & Firestore  Masterclass EmptyHoy a las 1:56 pm por tano1221

» R-Studio 9.4 Build 191332 Technician |Network Multilingual
Firebase & Firestore  Masterclass EmptyHoy a las 1:43 pm por tano1221

» AOMEI Partition Assistant 10.4.1 Multilingual+ WinPE
Firebase & Firestore  Masterclass EmptyHoy a las 1:30 pm por tano1221

» Disk Pulse Pro/ Ultimate / Enterprise 16.2.24 
Firebase & Firestore  Masterclass EmptyHoy a las 1:26 pm por tano1221

» Chaos Vantage 2.5.0 (x64)
Firebase & Firestore  Masterclass EmptyAyer a las 10:34 pm por ℛeℙ@¢ᴋ€r

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Firebase & Firestore Masterclass

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
Invitado
Invitado



Firebase & Firestore  Masterclass Empty
MensajeTema: Firebase & Firestore Masterclass   Firebase & Firestore  Masterclass EmptyLun Mayo 04, 2020 3:23 am

Firebase & Firestore  Masterclass Fc55b5779cc4ddf0e650fb01d17c52a0

Firebase & Firestore Masterclass
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 3.71 GB
Genre: eLearning Video | Duration: 63 lectures (7 hour, 11 mins) | Language: English
Full-stack Development with Angular 9, Firestore, Firebase Storage & Hosting, Firebase Cloud Functions & AngularFire.

What you'll learn

Code in Github repository with downloadable ZIP files per section
Serverless Architecture Design
NoSql Database (Firestore)
Serverless Angular development with AngularFire
Serverless File Upload with Firebase Storage
a full drop-in Authentication solution: Firebase UI and Firebase Authentication
Secure client-side data modification operations with Firestore Security Rules
High performance, free SSL hosting with Firebase Hosting
Image processing with Firebase Cloud Functions
Database Triggers with Firebase Cloud Functions
REST endpoints with Firebase Cloud Functions

Requirements

Just a little bit of Angular and Typescript

Description

If you are looking for the best backend to go along with Angular, or even better if you are looking to do as little server-side development as possible and focus mostly on the frontend, then look no further: Firebase is the right choice for you.

With Firebase, you will be able to query your database directly from the client and even directly modify data straight from the client in a secure way. You might not think that this would even be possible and that there always has to be a server involved in order for things to be secure, and that is true.

But that does not mean that you have to write the server yourself, and that is the whole point of the term Serverless. With Firebase you can write essentially serverless applications, in the sense that in the application code base there is hardly any server-side code at all when compared to a traditional REST-based application.

In this course, you are going to learn how to design and build Angular applications using a Serverless Architecture by leveraging the whole Firebase ecosystem: this includes the Firestore NoSQL DataStore database, Firebase Security Rules, Firebase Hosting, Firebase Storage and Firebase Cloud Functions.

Course Overview

This course will allow you to learn Firebase and NoSQL in a fun and practical way, as you build an application using the Firebase SDK and AngularFire. As we build the application, we will also discuss the main concepts of serverless design.

More than querying the database and displaying the data on the screen, we are going to make the application secure using Firebase Security Rules and Firebase Authentication, and we are even going to deploy it to production using Firebase Hosting.

This will all be done without writing a single line of server code! We are then going to implement a complete example of file upload using Firebase Storage, again all in a secure way and without a single line of server code.

But what if the image needs some resizing? This is better done on the server so we will implement a Firebase Cloud Function that does some image processing upon upload completion. We are also going to demonstrate how Firebase Cloud functions can be used to keep multiple parts of our database in sync using server-side trigger functions.

We are then going to talk about denormalization best practices that will help us design the database to allow multiple views of the same data.

The result is a highly maintainable real-time application with huge scalability, performance and security, written with hardly any server code at all.

Table of Contents

This course will go over the following topics:

Introduction to NoSQL data modeling

Documents vs Collections

Firestore Unique Identifiers

Querying a database using the Firebase SDK

Angular Service Layer Design with AngularFire

Offline support

Pagination

Indexes, Composite Indexes

Data Modification with AngularFire

Transactions

Multi-path Updates

Authentication with Firebase Authentication

Securing Database access with Firebase Security Rules

Production Deployment with Firebase Hosting

Image file upload with Firebase Storage

Firebase Storage Rules

Server-side image processing with Firebase Cloud Functions

Denormalization is normal - supporting multiple data views

Firebase Could Functions HTTP endpoints

What Will You Learn In this Course?

After taking this course, you will feel comfortable designing and using a NoSql database for your application using Firestore. More than that, you will be familiar with the overall concept of a Serverless Architecture, and you feel comfortable with the whole Firebase ecosystem.

You will be proficient in the complete Firebase ecosystem, which includes: Firestore, AngularFire, Firebase Security Rules, Firebase Storage & Firebase Cloud Functions. But most of all, you will know how to use these building blocks to design and implement a Serverless Architecture in your application.

Who this course is for:

Angular Developers looking for the best possible backend to go along with Angular

Firebase & Firestore  Masterclass Ab2aef203717436267b0e7207df87cb9

Download link:
Citación :
rapidgator_net:
https://rapidgator.net/file/cb6c6eb50db7c0600659d8f8344c8dc2/z8b4i.Firebase..Firestore.Masterclass.part1.rar.html
https://rapidgator.net/file/d814fa9682af72e9d8d3cb306609d5c4/z8b4i.Firebase..Firestore.Masterclass.part2.rar.html
https://rapidgator.net/file/7e744545e6318e4ef646b1a6ac0e545a/z8b4i.Firebase..Firestore.Masterclass.part3.rar.html
https://rapidgator.net/file/ad19ed0f7774803df1a4d0aa27b79683/z8b4i.Firebase..Firestore.Masterclass.part4.rar.html

nitroflare_com:
https://nitroflare.com/view/4A080341D20F39C/z8b4i.Firebase..Firestore.Masterclass.part1.rar
https://nitroflare.com/view/8C6CA063A934966/z8b4i.Firebase..Firestore.Masterclass.part2.rar
https://nitroflare.com/view/D59E1708AA4336C/z8b4i.Firebase..Firestore.Masterclass.part3.rar
https://nitroflare.com/view/35FA2BEAF564380/z8b4i.Firebase..Firestore.Masterclass.part4.rar

uploadgig_com:
http://uploadgig.com/file/download/256e8210ea0C24e9/z8b4i.Firebase..Firestore.Masterclass.part1.rar
http://uploadgig.com/file/download/81d528fe26066d79/z8b4i.Firebase..Firestore.Masterclass.part2.rar
http://uploadgig.com/file/download/cbceb7E2154e2ECE/z8b4i.Firebase..Firestore.Masterclass.part3.rar
http://uploadgig.com/file/download/83Ed3030D3C1a2c6/z8b4i.Firebase..Firestore.Masterclass.part4.rar

Links are Interchangeable - No Password - Single Extraction
Volver arriba Ir abajo
 

Firebase & Firestore Masterclass

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» React Native Chat App with Firebase - Firestore Course 2020
» Flutter Blog app Using Firestore Build ios & Android App
» Build a Twitter clone with Flutter and Firestore
» Kodeco - Cloud Firestore on Android: Getting Started
» Tinder Firestore Swipe and Match with Brian Voong

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-