You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
- NEXT: Module 9 - migrate to Python 3 and Cloud Datastore
141
142
142
-
-**Module 9 codelab** (TBD): **Migrate a Python 2 Cloud NDB & Cloud Tasks (v1) app to a Python 3 Cloud Firestore& Cloud Tasks (v2) app**
143
+
-**Module 9 codelab** (TBD): **Migrate a Python 2 Cloud NDB & Cloud Tasks (v1) app to a Python 3 Cloud Datastore& Cloud Tasks (v2) app**
143
144
-**Optional** migrations
144
145
- Migrating to Python 3 is not required but recommended as Python 2 has been sunset
145
146
- Migrating to Cloud Firestore is *very* optional as Cloud NDB works on 3.x and most importantly, Cloud Firestore requires a completely new GCP project
- Module 5 - migrate to Cloud Run container with Cloud Buildpacks
@@ -197,34 +198,6 @@ If there is a logical codelab to do immediately after completing one, they will
197
198
- Module 5 - migrate to Cloud Run container with Cloud Buildpacks
198
199
- Module 4 - migrate to Cloud Run container with Docker
199
200
200
-
-[Module 6 codelab](http://g.co/codelabs/pae-migrate-firestore): **Migrate from Cloud Datastore to [Cloud Firestore](http://cloud.google.com/firestore)** (app)
201
-
-**Highly optional** migration
202
-
- Requires new project & Datastore has better write performance (currently) and is a fully-supported product and will get new features, including some Firestore native features
203
-
- If you **must have** Firestore's Firebase features now and can't wait
0 commit comments