Best of Firebase — August 2023
- 1
- 2
freeCodeCamp·3y
How to Set Up Social Media Web Authentication using Firebase
The way users log in affects their overall experience and engagement with an application. The ability to log into web apps using social network accounts is a helpful advance in this area. Firebase serves as a comprehensive platform, providing developers with backend services and tools to create web and mobile applications.
- 3
- 4
Stream·3y
How to Build an Uber Clone in Jetpack Compose with Stream
The Chat SDK is used both to power messaging between drivers and passengers as well as the ridesharing functionality of the app. The app uses a blend of architectural concepts which I have taken from MVVM (Model-View-ViewModel) and MVI. We will see later how to build a state machine which accounts for this complexity.