169 похожих чатов

Hello. I have a public repo which has source code

for UI of my flutter android app. It has a workflow which builds the apk on every push.

Now i want to start firebase integration in the app. I was thinking to create a private branch so that no one can misuse my app with firebase connected.

But according to this
https://stackoverflow.com/questions/7983204/having-a-private-branch-of-a-public-repo-on-github
we cannot create a private branch on public repo.

i can try the other solution to duplicate the public repo into a private one. But then if i make changes to UI in the firebase private repo can i pull only that specific code to the UI public repo?

another solution was to create a branch on public repo for firebase integration but add the google services json to gitignore, but i have a workflow that builds the app, without the google services json the app will not build.

what is the efficient approach here?
i don't want to manually copy paste the UI code from firebase repo to UI repo everytime i make a change.

it would be better if there was an option to create a private branch on public repo.

2 ответов

38 просмотров

Why not download your personal google service Json from Firebase console

ANDRIO- Автор вопроса
Crazibeat AZCPAY
Why not download your personal google service Json...

i think you did not understand. yes i will download the personal google services json from firebase and put in my android directory. But when i will push the code to github, it will be available for all to use when they fork my repo. i want to prevent others from doing so. i do not want to make my repo private.

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта