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

[Offline Capabilities] Is it working for Python? #85

Open
arodzik opened this issue Jul 28, 2018 · 1 comment
Open

[Offline Capabilities] Is it working for Python? #85

arodzik opened this issue Jul 28, 2018 · 1 comment

Comments

@arodzik
Copy link

arodzik commented Jul 28, 2018

Hello,

Is there any chance to use Firebase offiline capabilities with python-firebase?

https://firebase.google.com/docs/firestore/manage-data/enable-offline

@b4oshany
Copy link
Collaborator

The simple answer is no, there's little to no chance.

In fact, I should point out that Firebase Offline feature utilizes WebKit or browsers persistence storage, e.g. LocalStorage for it to work.

With that said, and the fact that this project runs as a server side pipeline, which does not directly communicate with the client's browser. Therefore, if the client can't reach the server, they won't be able to view the server side rendered output from firebase.

However, if we became superman and implement it. We would need to ensure that the package as the correct write permission to the file system or some form of database. In addition, we would need write our own query functions to parse through the JSON data.

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

No branches or pull requests

2 participants