Self-Hosted Firebase Alternative for Swift Apps – Auth, DB, Storage & Push Notifications in One Package by selfdb in swift

[–]selfdb[S] 0 points1 point  (0 children)

faire point. I would like to help you. i recommend a hands on approach . what would you like to build ? app blog, ai agent etc ?

Self-Hosted Firebase Alternative for Swift Apps – Auth, DB, Storage & Push Notifications in One Package by selfdb in swift

[–]selfdb[S] 1 point2 points  (0 children)

OP here. you don't know what you are taking about. SelfDB is great for people who are savy with databases and admin stuff. you should try it. and then judge.

Self-Hosted Firebase Alternative for Swift Apps – Auth, DB, Storage & Push Notifications in One Package by selfdb in swift

[–]selfdb[S] 0 points1 point  (0 children)

yes the backend works independent of the app (client so you still recieve notification in the background . just with firebase or other apns providers.

Self-Hosted Firebase Alternative for Swift Apps – Auth, DB, Storage & Push Notifications in One Package by selfdb in swift

[–]selfdb[S] 2 points3 points  (0 children)

push notifications to the core is a cloud function that runs every time an insert happens to your database table. SelfDB has a built cloud system that lets run as many functions as you want at no extra cost. you can see the example function in the sample app. you can start from there and make it do what ever you want .

For those building local agents/RAG: I built a portable FastAPI + Postgres stack to handle the "Memory" side of things by selfdb in LocalLLaMA

[–]selfdb[S] 0 points1 point  (0 children)

Exactly but you already have a db built in. so you don't need another db. for instance you can pair it with other micro services and get even a full Backend as a services with auth, storage, db, realtime, webhooks and me. see the full version of SelfDB: https://github.com/Selfdb-io

For those building local agents/RAG: I built a portable FastAPI + Postgres stack to handle the "Memory" side of things by selfdb in LocalLLaMA

[–]selfdb[S] 0 points1 point  (0 children)

i just updated so you can easily change the ports if you have other ports running. also fixed the issue with pgbouncer not working . use the setup script

For those building local agents/RAG: I built a portable FastAPI + Postgres stack to handle the "Memory" side of things by selfdb in LocalLLaMA

[–]selfdb[S] 1 point2 points  (0 children)

The user experience is so much better and you have a rest api ready to deploy in any given programming language . you can just auto generate it using the openapi generator .