jt274

Results 22 issues of jt274

## Bug report When calling a function that cannot be found, the following error message is given: `[firebase_functions/internal] Response is not valid JSON object.` This function was previously working, but...

type: bug
plugin: functions

# Issue summary Incorrect return type from `userLoggedInFetch` provided in example app when using Typescript. ## Code in example _app.js ``` function userLoggedInFetch(app) { const fetchFunction = authenticatedFetch(app); return async...

# Issue summary On the server side, when calling `await Shopify.Utils.loadCurrentSession(ctx.req, ctx.res)`, the function is supposed to call the `loadCallback` for the `Shopify.Session.CustomSessionStorage`. However, it does not always call this...

## Issue summary When using the `TextField` component, the `maxLength` property does not work when the `type` property is set to `number`. ## Expected behavior Behavior should be the same...

Bug
untriaged

# Issue summary App authentication broken after updating to the "new" way of authenticating embedded apps, according to the Shopify tutorial here: https://shopify.dev/tutorials/build-a-shopify-app-with-node-and-react The previous tutorial produced a working app....

## Overview/summary There is little documentation in regard to the ACTIVE_SHOPIFY_SHOPS hash. Documentation mentions it is important, but does not give much detail. ## Motivation Current documentation in the tutorial...

This issue has occurred after updating to `1.1.0`. When tapping on a date/time in `WeekView`, the `onDateTap` callback should be fired, but it is not if the week view shown...

It appears that when loading an image from HTTP, then saving with the plugin, that EXIF data such as location, title, etc. are stripped from the image. ``` final res...

**Describe the bug** I recently switched to this library from umqtt.simple. The client does not subscribe to anything, only publishes data every 30 seconds. On the previous library, it would...

### What happened? v5.0.0 throws the error after following the migration guide and using an existing user. App uninstall/reinstall does not fix the issue. Issue did not occur on Android...

Bug