pocketbase / dart-sdk

PocketBase Dart SDK
https://pub.dev/packages/pocketbase
MIT License
511 stars 51 forks source link

Need info #44

Closed Rutik7066 closed 1 year ago

Rutik7066 commented 1 year ago

I am new to pb i just want to know that. Does pb dart sdk save auth data in browser on flutter web or should i have to save using other db like hive flutter

ganigeorgiev commented 1 year ago

Currently the Dart SDK doesn't have persistence and you have to implement your own AuthStore.

For an example for a custom auth store you can also check https://github.com/pocketbase/pocketbase/discussions/1887#discussioncomment-5057297.