views:

80

answers:

1

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?

+1  A: 

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.

Wooble