Marc Logemann

Results 18 issues of Marc Logemann

**Describe the bug** This bug looks a lot like https://github.com/netlify/cli/pull/398. I experienced a strange bug when doing a JSON post to a Netlify function. isBase64Encoded is true, even though the...

type: bug
area: functions

# Feature request Right now it seems the token needed for Auth against the supabase DB is quite custom. I looked at Hasura and there its so much easier to...

enhancement
auth

# Feature request ## Is your feature request related to a problem? Please describe. Alignment of various parts of the API. Would like to have the AUTH API behaves the...

Would be nice to have a v3 compatible starter.

Since the plugin uses apiVersion = 1 which seems not the desired format of YYYY-MM-DD, we get the following warning: Using the Sanity client without specifying an API version is...

When trying to build my gatsby site, i am getting this error after using block-content-to-react in more places than before. I dont get it when building locally. upgraded to latest...

Hi, you only create sitemap records for the original pages (routed = false) with links to alternate languages but according to Google one needs to list all pages / urls...

One more things for other people using this example as starting point for their own efforts (as i ve done) .Putting StreamBuilder() together with a firestore Stream inside Flutter build()...

signInWithEmailAndPassword cant be assigned to FirebaseUser directly. Need to do another call like this: ``` FirebaseUser user = (await _auth.signInWithEmailAndPassword( email: email, password: password, )).user; ```

I am geting this when try running the example: The method 'play' was called on null. Receiver: null Tried calling: play()