Server.permanent unique for each impee?

Hi there !

I would like to know if the server.permanent table is unique for each impee.
Actually, I would like to save data that could be retrieved by two impees.

And it seems to be that each of them has a different table. Is this normal, and if so, is there a way to share a table ? (Or is there a method I haven’t heard about for this ?)

Camille

It’s normal, the table is per impee. Impees do not share anything, and there’s no way to share stuff (besides making http calls on each other).

Ok, I will save the data on my own server so.
Thank you for the quick answer =)

How about connecting two impees in the planner?

@hellimac: The other option is to look at a hosted database service like Firebase, TempoDB, etc (there are others, I just can’t think of them right now).

These services allow you to easily persist and retrieve your data using an API.