In the development admin console, when I look at my data, it says "Select different namespace
".
What are namespaces for and how should I use them?
In the development admin console, when I look at my data, it says "Select different namespace
".
What are namespaces for and how should I use them?
Namespaces allow you to implement segregation of data for multi-tenant applications. The official documentation links to some sample projects to give you an idea how it might be used.