17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Firebase & Firestore Masterclass
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
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
Requirements
Just a little bit of Angular and Typescript
Last Updated 12/2020
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
.pad/0
2.3 KB
.pad/1
634.3 KB
.pad/10
95.7 KB
.pad/11
158.7 KB
.pad/12
892.6 KB
.pad/13
901.8 KB
.pad/14
257.3 KB
.pad/15
623.8 KB
.pad/16
340.8 KB
.pad/2
220.3 KB
.pad/3
318.6 KB
.pad/4
537.6 KB
.pad/5
726.9 KB
.pad/6
755.1 KB
.pad/7
353.7 KB
.pad/8
39.2 KB
.pad/9
933.6 KB
TutsNode.com.txt
63 B
[TutsNode.com] - Firebase & Firestore Masterclass/01 Course Kickoff - Development Environment Setup/001 Serverless Angular with Firebase Course - Helicopter View.en.srt
12.6 KB
[TutsNode.com] - Firebase & Firestore Masterclass/01 Course Kickoff - Development Environment Setup/001 Serverless Angular with Firebase Course - Helicopter View.mp4
[TutsNode.com] - Firebase & Firestore Masterclass/01 Course Kickoff - Development Environment Setup/005 Setting Up our Firestore NoSQL Database.en.srt
9 KB
[TutsNode.com] - Firebase & Firestore Masterclass/02 Introduction to the Firestore NoSQL Database/006 The Firestore NoSQL Database - Documents and Collections.en.srt
8 KB
[TutsNode.com] - Firebase & Firestore Masterclass/02 Introduction to the Firestore NoSQL Database/007 Firestore Root Collections vs Nested Collections.en.srt
7.6 KB
[TutsNode.com] - Firebase & Firestore Masterclass/02 Introduction to the Firestore NoSQL Database/008 Querying Firestore Documents using the Firebase SDK.en.srt
15.4 KB
[TutsNode.com] - Firebase & Firestore Masterclass/02 Introduction to the Firestore NoSQL Database/008 Querying Firestore Documents using the Firebase SDK.mp4
94.5 MB
[TutsNode.com] - Firebase & Firestore Masterclass/02 Introduction to the Firestore NoSQL Database/009 Understanding Firestore Auto-generated Document Identifiers.en.srt
6.2 KB
[TutsNode.com] - Firebase & Firestore Masterclass/02 Introduction to the Firestore NoSQL Database/010 Querying Firestore Collections using the Firebase SDK.en.srt
8.1 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/011 Setting Up AngularFire.en.srt
5.5 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/012 Querying a Firestore Collection using AngularFire.en.srt
7.7 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/013 The AngularFire API - snapshotChanges vs stateChanges.en.srt
12.5 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/013 The AngularFire API - snapshotChanges vs stateChanges.mp4
74.1 MB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/014 Querying and Displaying Data with AngularFire - The Home Component.en.srt
8.4 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/015 AngularFire Observable Streams - An Important Feature.en.srt
10.3 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/016 Firestore Queries and Performance Guarantees - orderBy and array-contains.en.srt
12.4 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/016 Firestore Queries and Performance Guarantees - orderBy and array-contains.mp4
81.3 MB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/017 Firestore Compound Queries - Understanding Firestore Indexes.en.srt
12.9 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/018 Understanding Firestore Querying Constraints and Invalid Query Error Messages.en.srt
13.2 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/018 Understanding Firestore Querying Constraints and Invalid Query Error Messages.mp4
79.2 MB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/019 The Course Component - Design Overview.en.srt
8.5 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/020 Initial Implementation of the Course Screen - the Course Resolver.en.srt
13.4 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/020 Initial Implementation of the Course Screen - the Course Resolver.mp4
80.7 MB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/021 Course Component Lessons List - Querying a Nested Firestore Collection.en.srt
12 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/022 Course Component Conclusion - Pagination and Loading Indicator.en.srt
8.2 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/024 Edit Dialog Component Implementation - Conclusion.en.srt
11.2 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/024 Edit Dialog Component Implementation - Conclusion.mp4
77.9 MB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/025 Firebase SDK Offline Support - See it in Action.en.srt
10.3 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/026 Understanding Firestore Batched Writes - An Example.en.srt
11.1 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/027 Firestore Transactions - Transactions vs Batched Writes.en.srt
18.4 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/027 Firestore Transactions - Transactions vs Batched Writes.mp4
105.7 MB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/028 Firestore Persistent Document References - An Example.en.srt
11.4 KB
[TutsNode.com] - Firebase & Firestore Masterclass/03 Angular Service Layers with AngularFire/028 Firestore Persistent Document References - An Example.mp4
[TutsNode.com] - Firebase & Firestore Masterclass/04 Firebase Authentication/030 Firebase UI In Action - Social Login plus Email and Password Authentication.en.srt
12 KB
[TutsNode.com] - Firebase & Firestore Masterclass/04 Firebase Authentication/030 Firebase UI In Action - Social Login plus Email and Password Authentication.mp4
[TutsNode.com] - Firebase & Firestore Masterclass/04 Firebase Authentication/032 The AngularFire Auth User Profile - a Practical Use Case.en.srt
10.7 KB
[TutsNode.com] - Firebase & Firestore Masterclass/04 Firebase Authentication/033 AngularFire Auth Service - Displaying a User Profile Picture.en.srt
6.3 KB
[TutsNode.com] - Firebase & Firestore Masterclass/05 Firestore Security Rules Deep Dive/034 Security in a Serverless Architecture - Introduction to Firestore Security Rules.en.srt
8.4 KB
[TutsNode.com] - Firebase & Firestore Masterclass/05 Firestore Security Rules Deep Dive/035 Breaking Down the Firestore Security Rules Syntax.en.srt
8.2 KB
[TutsNode.com] - Firebase & Firestore Masterclass/05 Firestore Security Rules Deep Dive/036 Security Rules Fundamentals - How do Security Rules Work.en.srt
12.8 KB
[TutsNode.com] - Firebase & Firestore Masterclass/05 Firestore Security Rules Deep Dive/037 Security Rules Fundamentals - Nested Rules and WildCards.en.srt
9.9 KB
[TutsNode.com] - Firebase & Firestore Masterclass/05 Firestore Security Rules Deep Dive/038 Security Rules - Making Data Visible Only to Authenticated Users.en.srt
6.2 KB
[TutsNode.com] - Firebase & Firestore Masterclass/05 Firestore Security Rules Deep Dive/039 Firebase Security Functions - an Example.en.srt
6.3 KB
[TutsNode.com] - Firebase & Firestore Masterclass/05 Firestore Security Rules Deep Dive/040 Authentication with a Pre-Approved User List.en.srt
10.7 KB
[TutsNode.com] - Firebase & Firestore Masterclass/05 Firestore Security Rules Deep Dive/041 User Authorization Roles - Admin Users vs Normal Users.en.srt
6.2 KB
[TutsNode.com] - Firebase & Firestore Masterclass/05 Firestore Security Rules Deep Dive/042 Adding a Schema to Firestore Data using Security Rules.en.srt
10.8 KB
[TutsNode.com] - Firebase & Firestore Masterclass/05 Firestore Security Rules Deep Dive/043 The Difference Between the Request and the Resource objects in Security Rules.en.srt
8 KB
[TutsNode.com] - Firebase & Firestore Masterclass/05 Firestore Security Rules Deep Dive/044 Installing the Firebase Tools - Firestore Command Line Deployment.en.srt
[TutsNode.com] - Firebase & Firestore Masterclass/07 Firebase Storage Deep Dive (File Upload)/046 What is Firebase Storage Learn its Key Features.en.srt
8.3 KB
[TutsNode.com] - Firebase & Firestore Masterclass/07 Firebase Storage Deep Dive (File Upload)/047 File Upload with AngularFire - Step by Step Implementation.en.srt
10.1 KB
[TutsNode.com] - Firebase & Firestore Masterclass/07 Firebase Storage Deep Dive (File Upload)/048 Implementing a File Upload Percentage Indicator with Angular Material.en.srt
5.7 KB
[TutsNode.com] - Firebase & Firestore Masterclass/07 Firebase Storage Deep Dive (File Upload)/049 Get a Firebase Storage Revocable Download Url.en.srt
[TutsNode.com] - Firebase & Firestore Masterclass/08 Firebase Cloud Functions Deep Dive/052 Firebase Cloud Function REST Endpoint with Express.en.srt
12.4 KB
[TutsNode.com] - Firebase & Firestore Masterclass/08 Firebase Cloud Functions Deep Dive/053 Firebase Cloud Functions Local Emulator and Production Deployment.en.srt
9.7 KB
[TutsNode.com] - Firebase & Firestore Masterclass/08 Firebase Cloud Functions Deep Dive/054 Implementing a Firestore Database Trigger with Firebase Cloud Functions.en.srt
19.7 KB
[TutsNode.com] - Firebase & Firestore Masterclass/08 Firebase Cloud Functions Deep Dive/054 Implementing a Firestore Database Trigger with Firebase Cloud Functions.mp4
[TutsNode.com] - Firebase & Firestore Masterclass/08 Firebase Cloud Functions Deep Dive/056 Firebase Cloud Functions - Implementing a File Upload Trigger.en.srt
11.2 KB
[TutsNode.com] - Firebase & Firestore Masterclass/08 Firebase Cloud Functions Deep Dive/057 Download a File from Firebase Storage from inside a Firebase Cloud Function.en.srt
8.2 KB
[TutsNode.com] - Firebase & Firestore Masterclass/08 Firebase Cloud Functions Deep Dive/058 Image Processing with ImageMagick from inside a Firebase Cloud Function.en.srt
12.5 KB
[TutsNode.com] - Firebase & Firestore Masterclass/08 Firebase Cloud Functions Deep Dive/058 Image Processing with ImageMagick from inside a Firebase Cloud Function.mp4
81.3 MB
[TutsNode.com] - Firebase & Firestore Masterclass/08 Firebase Cloud Functions Deep Dive/059 Image Processing of Thumbnail with Firebase Cloud Functions - Implementation.en.srt
10.5 KB
[TutsNode.com] - Firebase & Firestore Masterclass/08 Firebase Cloud Functions Deep Dive/059 Image Processing of Thumbnail with Firebase Cloud Functions - Implementation.mp4
73.7 MB
[TutsNode.com] - Firebase & Firestore Masterclass/08 Firebase Cloud Functions Deep Dive/060 Image Processing with Firebase Cloud Functions - Demo.en.srt
12.8 KB
[TutsNode.com] - Firebase & Firestore Masterclass/08 Firebase Cloud Functions Deep Dive/060 Image Processing with Firebase Cloud Functions - Demo.mp4
79.1 MB
[TutsNode.com] - Firebase & Firestore Masterclass/09 Conclusion Bonus/061 Other Courses.en.srt