micheltucker
micheltucker
👍 Problem still exists
**cc: @dshukertjr** I saw you working on the custom LocalStorage implementation and maybe you can help :)
Ok I updated to `supabase_flutter: ^2.5.1` after seeing the [2.5.0 changelog description](https://pub.dev/packages/supabase_flutter/changelog) and I cannot reproduce the bug anymore. Could somebody confirm that that indeed fixed the custom LocalStorage implementation?...
> @micheltucker Whether your implementation of the custom local storage works fine or not depends on the implementation itself. The error you were encountering makes me think that there is...
Ok so it must be something with the keychain implementation, as I now used this pub `import 'package:shared_preference_app_group/shared_preference_app_group.dart';`and extended it like so: ``` class MySecureStorage extends LocalStorage { @override Future...
I mean that is NextJS, which is NodeJS. Why would you want to use it in vanilla ReactJS?