The goal of this workshop is to create a small Rust service that will expose 2 GRPC endpoints that will read and write from/to a firestore database.
- Install rust :
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - Install protobuf:
brew install protobuf - Install VS code extension
rust-analyzer - Firestore emulator : You can use this script
If you're ready to start, you can jump to Part 1 !
