-
By implementing Firebase authentication, we can enhance the security of our application while providing users with a seamless and familiar login experience. Additionally, Firebase provides features li…
-
There are 6 occurrences of the "union" `RecordModel|AdminModel` in the `pockebase/dart-sdk`:
- https://github.com/pocketbase/dart-sdk/blob/master/README.md?plain=1#L187
- https://github.com/pocket…
-
I created the following hook using javascript
```js
onRecordBeforeCreateRequest((e) => {
return false;
});
```
It properly prevents the creation of new records, but if record creation is attemp…
-
Subscribe to this issue and stay notified about new [daily trending repos in Go](https://github.com/trending/go?since=daily).
-
### Version
0.51.1
### Current Behavior
I have a Navidrome install and attempted to sync my playlist to the server. Server failed with a Go panic. Also fails if the playlist already exists on…
-
Note: This may be more of a feature request than a bug.
When in the Admin UI, using a relation field to another table, that itself has a relation field to another table, the final table only displa…
-
Is there a straight forward way to apply initial migrations on startup? Thank you.
I saw this but am not quite sure how to do it with the docker-compose?
https://pocketbase.io/docs/migrations
-
I'm facing a strange issue with larger (15 MB+) files uploading.
This code works perfectly fine, no errors:
```js
const data = new FormData()
data.append("commentsCount", String(commentsCount)…
-
**Describe the bug**
After setting up the container I am unable to login through the admin portal with my defined credentials and I can't set up a new user.
```
grimoire-pocketbase | 2024/03/14 21:…
-
the wallet startign from the qr retrieves:
* the name of the rp (under display in well-known)
* the name and title of the required claims (from pocketbase view collection)
This stuff will be used…