Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fixed imprecision in Custom Local Storage README.md #853

Merged
merged 1 commit into from Mar 10, 2024

Conversation

alessandrobelottidev
Copy link
Contributor

The README.md is not completely precise when providing an example of a Custom Local Storage.

To check if it hasAccessToken it should return a bool (and so should return storage.containsKey(key: supabasePersistSessionKey) ).

And when retrieving the accessToken it should return a string (so the correct code would be: storage.read(key: supabasePersistSessionKey) )

What kind of change does this PR introduce?

Docs update

What is the current behavior?

The two functions accessToken() and hasAccessToken() return the wrong type. It's probably simply an oversight when copy-pasting this code.

What is the new behavior?

I swapped the two return lines so that it behaves correctly.

Additional context

When trying to understand how to create a custom local storage I spent some time figuring out why my code was not behaving correctly, but then saw the wrong return type.

Im new to the open source community so I don't know if Im contributing correctly and if I explained myself correctly in this PR.

The README.md is not completely precise when providing an example of a Custom Local Storage. 

To check if it hasAccessToken it should return a bool (and so should return storage.containsKey(key: supabasePersistSessionKey) ).

And when retrieving the accessToken it should return a string (so the correct code would be: storage.read(key: supabasePersistSessionKey) )
@alessandrobelottidev alessandrobelottidev changed the title Update README.md docs: Fixed imprecision in Custom Local Storage README.md Mar 9, 2024
Copy link
Member

@dshukertjr dshukertjr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@dshukertjr dshukertjr merged commit 6655e57 into supabase:main Mar 10, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants