Btrfs partition gets mounted as root only

I got a new ssd and formatted it as btrfs because its new, better ect. but when i mounted it i could only write to it as root.

I tried to fix that by adding
options = [“uid = 1000”]
but it errored out and after some searching i found out that btrfs dpnt support that option.

How i could be able to mount it with user permissions?
I could make a folder inside it and give that the right permission (and that should persist after reboot) but i dont want to do that if possible.

Oly, figured it out.
So while mounting an ntfs/cif partition does not keep chowm permission after reboot btrfs does.
[linux - Ownership of btrfs partition via fstab - Unix & Linux Stack Exchange]

So i just set the permission of the mount point with chown and now its working as i wanted even after a reboot.