PocketBase

98 posts

PocketBase banner
PocketBase

PocketBase

@pocketbase

PocketBase - Open Source backend in 1 file

Katılım Temmuz 2022
0 Takip Edilen4.6K Takipçiler
Sabitlenmiş Tweet
PocketBase
PocketBase@pocketbase·
This Twitter/X account no longer will be actively used and will be deleted in the near future. For security and new releases notifications you can subscribe to the GitHub repo's > Watch > Custom > "Security alerts" and "Releases" events.
PocketBase tweet media
English
15
2
78
10K
PocketBase
PocketBase@pocketbase·
v0.25.0 Release - github.com/pocketbase/poc… This is mostly a maintenance release with some long overdue dependencies and Google OAuth2 APIs upgrade, new Trakt OAuth2 provider, optional case-insensitive identity+password login and other minor fixes.
PocketBase tweet media
English
1
1
43
4.1K
PocketBase
PocketBase@pocketbase·
v0.24.0 Release - github.com/pocketbase/poc… Happy new year! This release comes with minor Create API rule breaking change that also as a side effect improved slightly the create API performance, option to trigger the registered cron jobs from the UI, and other minor improvements.
PocketBase tweet media
English
5
14
126
5.5K
PocketBase
PocketBase@pocketbase·
v0.23.0 Release - github.com/pocketbase/poc… This is a major refactoring and introduces a lot of changes - new (and hopefully simpler) Go/JS APIs, new hooks allowing better control over the execution chain, batch Web API, OTP and MFA support, builtin rate limiter and many more.
PocketBase tweet media
English
12
30
204
9.8K
PocketBase
PocketBase@pocketbase·
@brainage19 Additionally, if your PocketBase app is deployed on production, note that some VPS providers may block outgoing mail ports like 25, 465, 587, etc. as a basic abuse protection and you may have to contact them.
English
0
0
1
188
thomas
thomas@brainage19·
Does anyone have experience with @pocketbase email verification? I've been going insane the last 2 days trying to debug this. Pretty sure it's PocketBase at fault because my settings work with free SMTP testing services.
thomas tweet mediathomas tweet media
English
3
0
4
563
PocketBase
PocketBase@pocketbase·
@dahjson You were banned because you spammed the issues tracker, discussion and the support mail and this type of behavior is not OK. You didn't "asked questions" and just wrote that "OAuth2 should be implemented this way" and I answered several times why we don't do that. Please move on.
English
0
0
5
189
Dan
Dan@dahjson·
@pocketbase Careful using this with your project. Creator banned me from the GitHub repo just for asking questions about OAuth. Not recommended for anyone with a serious project.
English
1
0
1
162
PocketBase
PocketBase@pocketbase·
@ajmalmohad_ Side-note: Be aware that the current Go frameworks APIs are under heavy refactoring (github.com/pocketbase/poc…) and better/simpler APIs, including Go models generation, will be available in the next couple months (there are no ETAs yet)
English
1
0
2
158
Ajmal Moha'd 👋
Ajmal Moha'd 👋@ajmalmohad_·
@pocketbase is so cool, i thought it was just like supabase and didn't look into it all this time, i was wrong i can extend it with go and use it as a framework, that sold it to me 🙌
English
1
0
1
172
PocketBase
PocketBase@pocketbase·
@CtrlAltIdeate It depends on how the browser was opened but if it doesn't have history, it will be auto-closed with JS on the redirect page. Alternatively if you use flutter_custom_tabs there is a closeCustomTabs method that you can invoke manually on OAuth2 completion (pub.dev/documentation/…)
English
1
0
1
128
Richard W
Richard W@CtrlAltIdeate·
@pocketbase Gotcha thank you! I don’t love the user being left hanging in the browser with the current flow but maybe I can figure something out.
English
1
0
0
130
Richard W
Richard W@CtrlAltIdeate·
@pocketbase are there any plans to support a native iOS / android oauth flow? Or has anyone out there hacked one together?
English
1
0
0
145
PocketBase
PocketBase@pocketbase·
v0.22.14 Release - github.com/pocketbase/poc… This minor release allows retrieving the OAuth2 Apple account name and email and also address a security concern that was raised earlier today related to the OAuth2 autolinking with existing unverified email auth records.
English
1
3
60
6.4K
PocketBase
PocketBase@pocketbase·
@purbojatie There is no migrated tool as it will highly depend on the type and structure of your data. If you have an existing Supabase app then my recommendation is to stick with it because PocketBase is more limited and may not worth the required dev effort to perform the migration.
English
0
0
0
189
Adjie
Adjie@purbojatie·
@pocketbase hello, can I migrate from supabase to pocketbase?
English
1
0
0
123
Luke
Luke@luke_pighetti·
@pocketbase @digitalocean The benchmarks exceeded my expectations. What makes you say something is wrong here?
English
1
0
0
517
Luke
Luke@luke_pighetti·
basic load test @pocketbase on $5/mo @digitalocean VPC 150 concurrency (n=10k requests) select all from table (n=50 rows) 228 RPS @ 600ms 50%
Luke tweet media
English
4
2
40
6.8K
PocketBase
PocketBase@pocketbase·
@Mashwishi The JS SDK should work OK with React Native. For the realtime subscriptions you'll have to load an EventSource polyfill like react-native-sse or other (check the readme for more details). Also if you are testing on Android you may have to disable Flipper: #discussioncomment-6118523" target="_blank" rel="nofollow noopener">github.com/pocketbase/poc…
English
0
0
2
235
Matsyui
Matsyui@matsyui_·
@pocketbase is pocket base friendly to react-native + expo?
English
2
0
1
216
PocketBase
PocketBase@pocketbase·
v0.22.0 Release - github.com/pocketbase/poc… This release introduces back-relation filter/sort references, new Planning Center OAuth2 provider and some other minor improvements.
PocketBase tweet media
English
4
7
87
9.5K
PocketBase
PocketBase@pocketbase·
@doyouevenblog @HelloFresh That is most likely due to an old or buggy (ex. missing number glyphs) local installed Source Sans Pro font. The font-face declaration was updated to ignore the local version and it should be fixed now.
English
1
1
12
574
Pete McPherson
Pete McPherson@doyouevenblog·
There are now 2 websites that show funky characters (another language?) instead of numbers/characters. First @HelloFresh , now @pocketbase. Anybody have any idea what's going on here? It's not every website.
Pete McPherson tweet media
English
2
0
4
718
PocketBase
PocketBase@pocketbase·
@MadTJ84 The migrations (Go or JS) are usually the recommended approach for creating collections programmatically. Unapplied migrations are executed automatically on `serve`.
English
0
0
6
305
MD Henderson
MD Henderson@MadTJ84·
.@pocketbase - any recommendations for initializing a schema from code? I've read pocketbase.io/docs/go-collec…, I'm asking about practices for using that along with an init command or route to create and populate collections. Or should that be a migration action?
English
1
0
2
378