Ok, I think I got it now. With an app engine project using Cloud Datastore there is no way to create a firestore database, e.g the new firebase database. However it's possible to create the old firebase database (aka real time database). Very confusing.
Den måndag 14 januari 2019 kl. 15:44:18 UTC+1 skrev Linus Larsen: > > So basically what you are telling me is there is no way for me to get FCM > messaging working with my existing app engine project that I have been > running > for more or less 4 years now? > > I tried the Firebase Admin SDK for java, but I cannot initialise the > library since I need a database name, I cannot create a Firebase database > since I use Cloud Datastore..... > > Creating a new Project, migrate all my services, payment info....etc, is a > bit overkill just to get push notifications to my mobile clients to > continue work as expected. > > > > > > Den måndag 14 januari 2019 kl. 15:20:00 UTC+1 skrev George (Cloud Platform > Support): >> >> Hi Linus, >> >> You are indeed missing the fact that one can't as yet use Datastore and >> Firestore in the same project, one needs to choose at the start which >> functionality and features suit one's project better. The way you migrate >> from Cloud Messaging to FCM seems a separate issue. You may find related >> details, and an FAQ list on the "GCM and FCM Frequently Asked Questions" >> documentation page <https://developers.google.com/cloud-messaging/faq>. >> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/48b349ab-f078-481d-b189-6fd5b7b1982f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
