Albert E. Hidalgo Taveras

Results 43 comments of Albert E. Hidalgo Taveras

> I think example in readme is wrong `realm` should be in the auth settings and `baseUrl` in the options for client constructor > > @stevehogdahl try below it works...

> @itsalb3rt site doesn't work for some reason (infinite loading). hmmmm ![image](https://user-images.githubusercontent.com/35310226/150378166-d6c9fc5c-b7b6-4281-bc7b-cc6deb49e52c.png)

For all new people have problem for import do this; ```javascript import MapboxDirections from '@mapbox/mapbox-gl-directions/dist/mapbox-gl-directions' import '@mapbox/mapbox-gl-directions/dist/mapbox-gl-directions.css' ``` work on Quasar Framework / Vue 2

> Had very similar issue. What I tried: > > 1. Update google play > 2. Provide support email in firebase console general settings > 3. Generated and provide sha1...

I don't quite remember, but I think that just enough the blue color styles to avoid confusion.

I solved this using the SSH private key, for security reason avoid the uses of user and password.

> ```shell > syscall open > ``` Maybe you are in the wrong directory, check if you `package.json` is on your directory and run again. More about this: [https://stackoverflow.com/questions/60319237/npm-start-errors-with-err-code-enoent-syscall-open](https://stackoverflow.com/questions/60319237/npm-start-errors-with-err-code-enoent-syscall-open)

> > Maybe you are in the wrong directory, check if you `package.json` is on your directory and run again. > > From my project root, I've `cd app` before...