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 ответов

35 просмотров

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.

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

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

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
program test; {$mode delphi} procedure proc(v: int32); overload; begin end; procedure proc(v: int64); overload; begin end; var x: uint64; begin proc(x); end. Уж не знаю...
notme
6
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
вы делали что-то подобное и как? может есть либы готовые? увидел картинку нокода, где всё линиями соединено и стало интересно попробовать то же в ddl на lua сделать. решил с ч...
Victor
8
Ребят в СИ можно реализовать ООП?
Николай
33
Подскажите пожалуйста, как в CustomDrawCell(Sender: TcxCustomGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean); получить наз...
A Z
7
Карта сайта