💥 Typescript Async Await With Node - Creating a User Session

preview_player
Показать описание

In this video we are going to see an example of the Typescript Async / Await functionality in action, and see how it can be used to develop a Node program in typescript as an alternative to promises.

Follow us:

Рекомендации по теме
Комментарии
Автор

Please Vasco show us how to allow only one logged in user at time using a session token saved somewhere on firebase. Thank you

nicolapigozzo
Автор

This is very good for Promises, but I'm getting callback hell using Observables where I'm nesting code in Subscribe blocks. Is there a similar fix for this or am I using Observables incorrectly?

pivdev