KnorpelSenf / telegraf-session-firestore

Google Firestore based session middleware for telegraf.js
MIT License
4 stars 0 forks source link

Save session data with promise #4

Closed absemetov closed 3 years ago

absemetov commented 3 years ago

When I upload goods in my project, I use session flag upload = true. If upload complete flag = false So I need like this

await firestoreSession.getSession(key)
await firestoreSession.saveSession(key, session)
KnorpelSenf commented 3 years ago

Can't you just use the official package from Google to read and write your session data at Firestore manually? I'm not sure this plugin helps you with your issue

KnorpelSenf commented 3 years ago

Closing because of inactivity.