Strange characters show up after running firebase emulators - firebase

Hello everyone. I'm trying to run this command
firebase emulators:start --only functions
However, this weird characters show up. I wonder if this is a terminal issue or not because I tried several terminals but they all have the same result. Or maybe it's an OS bug. I just updated my macOS to Ventura a few days ago but it would be really great if you guys can show me some solution on this problem. Thank you!
I tried to execute the command through vscode terminal and on my mac's terminal. The same result still appear.

Related

Firebase auth:export stuck in endless loop

I have a backup-script that runs as a kubernetes cronjob every night and 3 nights ago the firebase auth:export started just looping. I can see that it exports everything fine and on the last row "Exported 57 account(s) successfully." it is normally done and writes the file to our bucket but now it just loops around and starts exporting again.
This is the command i use:
firebase auth:export firebase_auth_$(date +"%Y-%m-%d").json --project ${PROJECT_ID} --token "$(cat /var/secrets/firebase/token.txt)"
I have tried running the CLI locally and run into the same problem, i can't seem to find the issue when i google either. The documentation does not mention any property to loop or stop when all users are exported. Is there any flag/property like that or should this just work?
Turns out that this is a known issue:
https://github.com/firebase/firebase-tools/issues/1643
From the GitHub issue:
partially solved in 7.3.1 and probably a new fix coming due to #1642 in the next version.
So basically it's still a bit broken, even in 7.3.1. Better wait for the next version I guess.

vphython stops to work for me in jupyter notebooks every few minutes for no reason

I am having massive trouble with using vpython in jupyter notbooks. I'm creating small animations with vpython. After a couple of minutes when I try to run a cell, it will either not show any output or will yield a error message "object could not be called".
The only fix I found for this is to restart or change the kernel. Most times it works then for the next few minutes until it stops again. This is really annoying and prevents real progress.
pictrue of error message with example code
all used objects have been imported in another cell before this one.
I am running vpython 7.3.2 and anaconda navigator 1.6.10 on a mac with High Sierra. As a browser I use Chrome.
Thank u for every hint to fix this permanently in advance!
Cheers,
Gordon
Try asking your question on the vpython forum and perhaps provide a sample notebook on github where with instructions on how to reproduce the problem.
https://groups.google.com/forum/?fromgroups&hl=en#!forum/vpython-users
Here is a link to demo vpython notebooks running in the cloud using binder service.
https://mybinder.org/v2/gh/BruceSherwood/vpython-jupyter/master?filepath=Demos
If you provide a notebook on github that demonstrates the problem then it should be reproduceable when running on mybinder.
https://mybinder.org/

Firebase CLI tool is freezing when I type 'firebase init'

I installed the firebase command line tool and logged in successfully. I type
firebase init
in terminal, within my project directory, and I get the option to choose Database, Functions, or Hosting. I use the arrows and space bar to select Functions, press enter, and am presented with a list of projects. From this point forward I cannot do anything in terminal. I have to quit terminal in order to use it again. I am running OSX El Capitan, 10.11.6. I contacted Apple Support and they recommended talking with Firebase first, who in turn recommends asking stack overflow first. Any idea what the problem may be?
See the comment above, Node v8.0 and 8.1 both had regressions that broke the Firebase CLI. I upgraded my version of Node from 8.1.0 to 8.1.3, and everything works fine.

firebase SDK installation issue

I am trying to install admob in my app which I built using spritekit.My os Sierra version is 10.12.3.This is my first time attempting so long story short, I inserted GoogleService-Info.plist into my project and managed to locate my project and it looks like so
"myNames"-MacBook-Pro:~ "firstandlastname"$ cd /Users/"firstlast"/Desktop/"myProject'sName"/
"myNames"-MacBook-Pro:"myProject'sName" "firstandlastname"$
my issue here is that whenever I am trying to insert pod init it gives me this error -bash: pod: command not found
Any ideas as to why? Thanks.
So after much research, I worked out my rookie mistake. I will leave this here just in case someone runs into the same issue as I did.
All I had to do was install cocoapods! There are plenty of tutorials that show you how. Again, rookie mistake of me.

Rtools not working in command prompt

First off, I'm unfortunately a windows user. So downloading Rtools and being able to use it from the command prompt is a bit of a pain. However, I figured it out. And everything worked fine. Just recently, however, I have not been able to run R from the command prompt using the R command. This did work at one point. However, now when I execute the command R in the command prompt R opens but when I type some R code (q(), matrix(1:4,2,2), etc...) and hit enter nothing happens. This is very bizarre. Has anyone else experienced this? Does anyone know what is wrong?
One last thing. I have tested the following R CMDs, INSTALL, SHLIB, build, check. They all work fine.
Thanks in advance!

Resources