Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
https://s3.amazonaws.com/assets.fullstack.io/n/20211025023718656_CoverImage_Tinycanva%20%281%29.png

lesson

How to Store Reframe Data in Firebase Without a REST APITinycanva: Clojure for React Developers

In this chapter, we will integrate Reframe and Firebase to save the graphic "entity". This is analogous to a POST request with a traditional REST API.

https://image.mux.com/uowU8xYgtEvYm01YSiATqwKSwdD02006yXknT1f1rB01ZTg/thumbnail.png?time=0

lesson

How to Create Firebase Data Subscriptions in ReframeTinycanva: Clojure for React Developers

In this chapter, we'll connect the UI to the Reframe loop and create loading indicators and subscriptions to check if the user logged in successfully.

https://image.mux.com/rrDNrqJovsNSMO9gTX02yZ6eMGy6gBa4uV2X02Ab7vOHY/thumbnail.png?time=0

lesson

Auth Effects and Firebase InitializationTinycanva: Clojure for React Developers

We dispatched an event and wrote a handler. The handler returned an effects map, with a custom effect `:firebase/email-auth`. In this chapter, we'll create the custom effect handler and initialize the Firebase app.