Kiptoo Magutt
Kiptoo Magutt
hey @fengsp, any chance to merge this any time soon?
> Hi @kiptoomm, > We are waiting too for this approval, you can use our own [flask-session fork](https://github.com/alvarogf-vt/flask-session) instead. > > You will need to set the following settings into...
Hey @alvarogf-vt, I also noticed/had a couple of issues/questions arising from https://github.com/alvarogf-vt/flask-session/commit/2162ca02a5b7ce57f52d06dbf868988bb1259465: - Did you mean to hard code your project id ('virustotal-***'), or shouldn't it be read in from...
> Is there a way to run a specific migration if I have multiple scripts living in my `migrations/` folder? Lately, I have had a few use cases where I...
> fireway only does roll-forward migrations I understand, by the way what is the underlying reason for this current limitation? In any case, it'd be very nice if there was...
@kevlened any insights on the above questions?
> Heads up, if that _is_ the problem, there _may_ be a solution that could improve compatibility. Just lmk hey @kevlened, we have adapted our scripts to use the fireway-provided...
I have the same need. For me, the following error occurs: ``` { errorInfo: { code: 'auth/invalid-credential', message: 'Failed to determine project ID for Auth. Initialize the SDK with service...
> I'd rather expose the result of admin.auth() directly I'm not sure I understand this. FWIW, here's a snapshot of the migration script that produces the error I shared above:...