Permanent Notebook state storage

I’ve tried a few times to bring state into notebook but they end up too complex or they prevent forks from functioning. So I have tried to boil it down into something simple and easy to use that preserves the suggestion workflow by keeping access across forks.

It’s fast and event driven too so you can use this for making inter-notebook workflows as all cells updates on change. No 3rd party configuration necessary, the access control lists all work reusing observable identities, so no additional signups required. It uses Firebase behind the scenes, and you can bring your own Firebase account if you want.

2 Likes

Working great! Thank you